Searched refs:ShadowByte (Results 1 – 1 of 1) sorted by relevance
58 const char *ShadowByte(u8 byte) { in ShadowByte() function in __asan::Decorator95 str->append("%s%s%x%x%s%s", before, d.ShadowByte(byte), byte >> 4, byte & 15, in PrintShadowByte()