Searched refs:IntptrPtrTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 243 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon1b0e388a0111::ModuleSanitizerCoverage 411 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in instrumentModule() 506 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in instrumentModule() 719 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 721 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray() 724 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray() 726 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray() 729 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray() 732 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
| H A D | AddressSanitizer.cpp | 929 Type *IntptrPtrTy; member 965 IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping), in FunctionStackPoisoner() 3389 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas() 3396 IntptrPtrTy); in processStaticAllocas() 3406 IntptrPtrTy); in processStaticAllocas() 3471 IntptrTy, IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()
|