Home
last modified time | relevance | path

Searched refs:ShadowByte (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_descriptions.h50 const char *ShadowByte(u8 byte) { in ShadowByte() function
H A Dasan_report.cpp64 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()