Lines Matching refs:IntptrTy
194 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in __anonaa170eb80111::SanitizerCoverageModule
213 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule()
226 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy, nullptr)); in runOnModule()
229 SanCovIndirCallName, VoidTy, IntptrTy, IntptrTy, nullptr)); in runOnModule()
304 {Int32PtrTy, IntptrTy, Int8PtrTy, Int8PtrTy}, in runOnModule()
306 ConstantInt::get(IntptrTy, N), in runOnModule()
431 Type *Ty = ArrayType::get(IntptrTy, CacheSize); in InjectCoverageForIndirectCalls()
444 IRB.CreatePointerCast(Callee, IntptrTy)); in InjectCoverageForIndirectCalls()
447 {IRB.CreatePointerCast(Callee, IntptrTy), in InjectCoverageForIndirectCalls()
448 IRB.CreatePointerCast(CalleeCache, IntptrTy)}); in InjectCoverageForIndirectCalls()
542 IRB.CreatePointerCast(GuardArray, IntptrTy), in InjectCoverageAtBlock()
543 ConstantInt::get(IntptrTy, (1 + NumberOfInstrumentedBlocks()) * 4)); in InjectCoverageAtBlock()
572 IRB.CreatePointerCast(EightBitCounterArray, IntptrTy), in InjectCoverageAtBlock()
573 ConstantInt::get(IntptrTy, NumberOfInstrumentedBlocks() - 1)); in InjectCoverageAtBlock()