Home
last modified time | relevance | path

Searched refs:ShadowPtrTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp229 PointerType *ShadowPtrTy; member in __anonf274973e0111::DataFlowSanitizer
384 ArgTypes.push_back(ShadowPtrTy); in getArgsFunctionType()
399 ArgTypes.push_back(ShadowPtrTy); in getTrampolineFunctionType()
419 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType()
422 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType()
439 ShadowPtrTy = PointerType::getUnqual(ShadowTy); in doInitialization()
456 Type *DFSanUnionLoadArgs[2] = { ShadowPtrTy, IntptrTy }; in doInitialization()
950 ShadowPtrTy); in getShadowAddress()
DAddressSanitizer.cpp1087 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local
1091 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()