Searched refs:PrintMemoryByte (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report.cpp | 149 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() function 163 PrintMemoryByte(&str, "", ((u8 *)pc)[i]); in MaybeDumpInstructionBytes()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_report.h | 40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
H A D | asan_errors.cpp | 516 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte()
|
H A D | asan_report.cpp | 60 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte() function
|