Searched refs:PrintMemoryByte (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 120 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() function 131 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte() 197 PrintMemoryByte(&str, "", ((u8 *)pc)[i], /*in_shadow*/false, " "); in MaybeDumpInstructionBytes()
|