Searched refs:ShadowValue (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 78 class ShadowValue { class 81 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in __cfi::ShadowValue 96 static const ShadowValue load(uptr addr) { in load() 100 return ShadowValue(addr, kInvalidShadow); in load() 102 return ShadowValue( in load() 304 ShadowValue sv = ShadowValue::load(Addr); in CfiSlowPathCommon()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 493 Value *ShadowValue, uint32_t TypeSize); 1119 Value *ShadowValue, in createSlowPathCmp() argument 1131 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1133 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp() 1160 Value *ShadowValue = in instrumentAddress() local 1163 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress() 1175 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 658 Value *ShadowValue, uint32_t TypeSize); 1487 Value *ShadowValue, in createSlowPathCmp() argument 1499 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1501 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp() 1547 Value *ShadowValue = in instrumentAddress() local 1550 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress() 1562 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
|