Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h444 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp808 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs()
915 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
H A DMemorySanitizer.cpp3862 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 DEfficiencySanitizer.cpp372 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV()
H A DDataFlowSanitizer.cpp1220 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc79 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 DInstrProfData.inc79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
81 llvm::Type::getInt64PtrTy(Ctx)))
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp232 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type
/freebsd-12.1/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp161 Type::getInt64PtrTy(Context), in GenEmptyFunction()