Searched refs:ShadowValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/cfi/ |
| H A D | cfi.cc | 98 class ShadowValue { class 101 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in __cfi::ShadowValue 116 static const ShadowValue load(uptr addr) { in load() 120 return ShadowValue(addr, kInvalidShadow); in load() 122 return ShadowValue( in load() 346 ShadowValue sv = ShadowValue::load(Addr); in CfiSlowPathCommon()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 669 Value *ShadowValue, uint32_t TypeSize); 1494 Value *ShadowValue, in createSlowPathCmp() argument 1506 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); in createSlowPathCmp() 1508 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue); in createSlowPathCmp() 1555 Value *ShadowValue = in instrumentAddress() local 1558 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress() 1570 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()
|