Lines Matching refs:IntptrTy
235 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon623d6c7b0111::SanitizerCoverageModule
274 ConstantInt::get(IntptrTy, sizeof(uint64_t))); in CreateSecStartEnd()
320 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule()
321 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in runOnModule()
333 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy)); in runOnModule()
368 SanCovTraceGep, VoidTy, IntptrTy)); in runOnModule()
374 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in runOnModule()
379 SanCovLowestStack->setInitializer(Constant::getAllOnesValue(IntptrTy)); in runOnModule()
597 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray()
602 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray()
656 IRB.CreateCall(SanCovTracePCIndir, IRB.CreatePointerCast(Callee, IntptrTy)); in InjectCoverageForIndirectCalls()
728 {IRB.CreateIntCast(*I, IntptrTy, true)}); in InjectTraceForGep()
792 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverageAtBlock()
793 ConstantInt::get(IntptrTy, Idx * 4)), in InjectCoverageAtBlock()
801 {ConstantInt::get(IntptrTy, 0), ConstantInt::get(IntptrTy, Idx)}); in InjectCoverageAtBlock()
814 auto FrameAddrInt = IRB.CreatePtrToInt(FrameAddrPtr, IntptrTy); in InjectCoverageAtBlock()