Searched refs:ShadowPtrTy (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 229 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() 945 ShadowPtrTy); in getShadowAddress()
|
D | EfficiencySanitizer.cpp | 882 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()
|
D | AddressSanitizer.cpp | 1157 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local 1161 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 327 PointerType *ShadowPtrTy; member in __anon83c261760111::DataFlowSanitizer 487 ArgTypes.push_back(ShadowPtrTy); in getArgsFunctionType() 502 ArgTypes.push_back(ShadowPtrTy); in getTrampolineFunctionType() 530 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType() 533 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType() 551 ShadowPtrTy = PointerType::getUnqual(ShadowTy); in doInitialization() 568 Type *DFSanUnionLoadArgs[2] = { ShadowPtrTy, IntptrTy }; in doInitialization() 1057 ShadowPtrTy); in getShadowAddress()
|
D | EfficiencySanitizer.cpp | 896 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentFastpathWorkingSet() local 902 Value *OldValue = IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet() 911 IRB.CreateStore(NewVal, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet()
|
D | AddressSanitizer.cpp | 1544 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local 1548 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()
|