Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp229 PointerType *ShadowPtrTy; member in __anon267cbafd0111::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()
945 ShadowPtrTy); in getShadowAddress()
DEfficiencySanitizer.cpp882 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentFastpathWorkingSet() local
888 Value *OldValue = IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet()
897 IRB.CreateStore(NewVal, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet()
DAddressSanitizer.cpp1157 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local
1161 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()