Searched refs:PrintMemoryByte (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_report.cc | 140 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() function 154 PrintMemoryByte(&str, "", ((u8 *)pc)[i]); in MaybeDumpInstructionBytes()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 41 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
| H A D | asan_errors.cc | 483 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte()
|
| H A D | asan_report.cc | 59 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte() function
|