Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp234 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon3b64d8f00111::SanitizerCoverageModule
301 IntptrPtrTy = PointerType::getUnqual(IntptrTy); in runOnModule()
396 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule()
398 M, SanCovPCsInitName, {IntptrPtrTy, IntptrPtrTy}); in runOnModule()
401 {IRB.CreatePointerCast(SecStartEnd.first, IntptrPtrTy), in runOnModule()
402 IRB.CreatePointerCast(SecStartEnd.second, IntptrPtrTy)}); in runOnModule()
569 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray()
571 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray()
574 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray()
576 ConstantInt::get(IntptrTy, 0), IntptrPtrTy)); in CreatePCArray()
[all …]
DAddressSanitizer.cpp826 Type *IntptrPtrTy; member
869 IntptrPtrTy(PointerType::get(IntptrTy, 0)), in FunctionStackPoisoner()
2989 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas()
2996 IntptrPtrTy); in processStaticAllocas()
3006 IntptrPtrTy); in processStaticAllocas()
3071 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in processStaticAllocas()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp605 Type *IntptrPtrTy; member
646 IntptrPtrTy(PointerType::get(IntptrTy, 0)), in FunctionStackPoisoner()
2158 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack()
2165 IntptrPtrTy); in poisonStack()
2175 IntptrPtrTy); in poisonStack()
2224 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in poisonStack()