Searched refs:MemToShadowOffset (Results 1 – 3 of 3) sorted by relevance
75 static constexpr uintptr_t MemToShadowOffset(uintptr_t x) { in MemToShadowOffset() function
48 return reinterpret_cast<uint16_t*>(*shadow_start + MemToShadowOffset(x)); in MemToShadow()
49 uintptr_t ofs = CFIShadow::MemToShadowOffset(addr); in shadow_load()