Home
last modified time | relevance | path

Searched refs:Int64PtrTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp235 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon623d6c7b0111::SanitizerCoverageModule
324 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in runOnModule()
371 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy)); in runOnModule()
698 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch()
H A DEfficiencySanitizer.cpp372 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV() local
387 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy); in createCacheFragInfoGV()
H A DGCOVProfiling.cpp808 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs() local
809 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount); in emitProfileArcs()