Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp243 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon8c19cfa10111::ModuleSanitizerCoverage
413 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in instrumentModule()
465 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy); in instrumentModule()
823 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch()
H A DInstrProfiling.cpp684 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); in lowerIncrement() local
701 Addr = Builder.CreateIntToPtr(Add, Int64PtrTy); in lowerIncrement()