Searched refs:IntptrPtrTy (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 243 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon8c19cfa10111::ModuleSanitizerCoverage 410 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in instrumentModule() 503 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() 505 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule() 716 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 718 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray() 721 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray() 723 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray() 726 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray() 729 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
| H A D | AddressSanitizer.cpp | 919 Type *IntptrPtrTy; member 956 IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping), in FunctionStackPoisoner() 3378 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas() 3385 IntptrPtrTy); in processStaticAllocas() 3395 IntptrPtrTy); in processStaticAllocas() 3460 IntptrTy, IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()
|