Searched refs:Int64PtrTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 235 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 D | EfficiencySanitizer.cpp | 372 auto *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in createCacheFragInfoGV() local 387 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy); in createCacheFragInfoGV()
|
| H A D | GCOVProfiling.cpp | 808 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in emitProfileArcs() local 809 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount); in emitProfileArcs()
|