Searched defs:ShadowValue (Results 1 – 3 of 3) sorted by relevance
97 class ShadowValue { class100 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in __cfi::ShadowValue
445 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); in instrumentAddress() local
1556 Value *ShadowValue, in createSlowPathCmp()1637 Value *ShadowValue = in instrumentAddress() local