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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp170 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in class:__anon3161::SanitizerCoverageModule
194 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty());
209 kSanCovTraceSwitch, VoidTy, Int64Ty, Int64PtrTy, nullptr));
407 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)});
H A DGCOVProfiling.cpp726 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); local
727 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
730 Constant *NullValue = Constant::getNullValue(Int64PtrTy);

Completed in 59 milliseconds