reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 73 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 76 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 80 llvm::Type::getInt64PtrTy(Ctx))) 85 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ 87 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 89 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \ 90 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumCounters))lib/Transforms/Instrumentation/InstrProfiling.cpp
778 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); 792 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); 801 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); 813 ConstantExpr::getBitCast(ValuesVar, Type::getInt8PtrTy(Ctx)); 818 auto *Int16Ty = Type::getInt16Ty(Ctx); 824 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes));