Home
last modified time | relevance | path

Searched refs:getInt64PtrTy (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h485 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4384 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 DInstrProfiling.cpp689 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); in lowerIncrement()
H A DGCOVProfiling.cpp1101 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc78 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 DInstrProfData.inc78 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 DType.cpp267 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp163 Type::getInt64PtrTy(Context), in GenEmptyFunction()