Searched defs:ShadowValue (Results 1 – 3 of 3) sorted by relevance
97 class ShadowValue { global() class 100 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} ShadowValue() function in __cfi::ShadowValue
498 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); in instrumentAddress() local
1771 Value *ShadowValue, in createSlowPathCmp()1880 Value *ShadowValue = IRB.CreateAlignedLoad( in instrumentAddress() local