Searched refs:IntptrPtrTy (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 270 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon9268006d0111::ModuleSanitizerCoverage 400 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in instrumentModule() 519 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule() 527 M, SanCovCFsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule() 753 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 755 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray() 758 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray() 759 PCs.push_back(Constant::getNullValue(IntptrPtrTy)); in CreatePCArray() 762 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray() 765 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray() [all …]
|
| H A D | AddressSanitizer.cpp | 895 Type *IntptrPtrTy; member 931 IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping), in FunctionStackPoisoner() 3297 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas() 3304 IntptrPtrTy); in processStaticAllocas() 3314 IntptrPtrTy); in processStaticAllocas() 3379 IntptrTy, IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()
|