Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp260 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon7982b8060111::ModuleSanitizerCoverage
382 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in instrumentModule()
501 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule()
723 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray()
725 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray()
728 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray()
730 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray()
733 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray()
736 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
H A DAddressSanitizer.cpp876 Type *IntptrPtrTy; member
912 IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping), in FunctionStackPoisoner()
3244 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas()
3251 IntptrPtrTy); in processStaticAllocas()
3261 IntptrPtrTy); in processStaticAllocas()
3326 IntptrTy, IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()