Searched refs:IntptrPtrTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 235 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon623d6c7b0111::SanitizerCoverageModule 321 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in runOnModule() 416 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule() 418 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in runOnModule() 595 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 597 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray() 600 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray() 602 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray() 605 auto *PCArray = CreateFunctionLocalArrayInSection(N * 2, F, IntptrPtrTy, in CreatePCArray() 608 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
| H A D | AddressSanitizer.cpp | 841 Type *IntptrPtrTy; member 884 IntptrPtrTy(PointerType::get(IntptrTy, 0)), in FunctionStackPoisoner() 3026 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas() 3033 IntptrPtrTy); in processStaticAllocas() 3043 IntptrPtrTy); in processStaticAllocas() 3108 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()
|