Searched refs:getInt64PtrTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 485 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4384 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation() 4401 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation() 4526 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation() 4680 Type::getInt64PtrTy(*MS.C)); in getVAField64() 4964 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation() 5213 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyRegSaveArea() 5234 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea()
|
| H A D | InstrProfiling.cpp | 689 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); in lowerIncrement()
|
| H A D | GCOVProfiling.cpp | 1101 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 80 llvm::Type::getInt64PtrTy(Ctx)))
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 80 llvm::Type::getInt64PtrTy(Ctx)))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 267 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 163 Type::getInt64PtrTy(Context), in GenEmptyFunction()
|