Searched refs:PrintMemoryByte (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_report.cpp | 143 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() function 157 PrintMemoryByte(&str, "", ((u8 *)pc)[i]); in MaybeDumpInstructionBytes()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_report.h | 40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
D | asan_report.cpp | 58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte() function
|
D | asan_errors.cpp | 496 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte()
|
/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()
|