Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h483 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4362 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4379 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4504 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4658 Type::getInt64PtrTy(*MS.C)); in getVAField64()
4942 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
5191 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyRegSaveArea()
5212 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea()
H A DInstrProfiling.cpp684 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); in lowerIncrement()
H A DGCOVProfiling.cpp1099 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
80 llvm::Type::getInt64PtrTy(Ctx)))
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp159 Type::getInt64PtrTy(Context), in GenEmptyFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp261 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type