Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DType.h504 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4815 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4832 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4956 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
5107 Type::getInt64PtrTy(*MS.C)); in getVAField64()
5386 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
5632 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyRegSaveArea()
5653 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea()
H A DGCOVProfiling.cpp1049 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp137 Type::getInt64PtrTy(Context), in GenEmptyFunction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp305 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4139 auto Int64PtrTy = Type::getInt64PtrTy(M.getContext()); in emitOffloadingArraysArgument()