Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDSanitizerCoverage.cpp237 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon3867762d0111::ModuleSanitizerCoverage
372 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in instrumentModule()
466 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule()
468 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule()
676 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray()
678 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray()
681 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray()
683 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray()
686 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray()
689 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
HDAddressSanitizer.cpp876 Type *IntptrPtrTy; member
917 IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping), in FunctionStackPoisoner()
3134 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas()
3141 IntptrPtrTy); in processStaticAllocas()
3151 IntptrPtrTy); in processStaticAllocas()
3216 IntptrTy, IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()