Searched refs:getInt64PtrTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 444 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 808 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs() 915 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
|
| H A D | MemorySanitizer.cpp | 3862 PointerType::get(Type::getInt64PtrTy(*MS.C), 0)); in finalizeInstrumentation() 3877 PointerType::get(Type::getInt64PtrTy(*MS.C), 0)); in finalizeInstrumentation() 3999 PointerType::get(Type::getInt64PtrTy(*MS.C), 0)); in finalizeInstrumentation() 4149 Type::getInt64PtrTy(*MS.C)); in getVAField64() 4433 PointerType::get(Type::getInt64PtrTy(*MS.C), 0)); in finalizeInstrumentation()
|
| H A D | EfficiencySanitizer.cpp | 372 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV()
|
| H A D | DataFlowSanitizer.cpp | 1220 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 81 llvm::Type::getInt64PtrTy(Ctx)))
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 81 llvm::Type::getInt64PtrTy(Ctx)))
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Type.cpp | 232 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
|
| /freebsd-12.1/contrib/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 161 Type::getInt64PtrTy(Context), in GenEmptyFunction()
|