Home
last modified time | relevance | path

Searched refs:PrintMemoryByte (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp143 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/
Dasan_report.h40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
Dasan_report.cpp58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte() function
Dasan_errors.cpp496 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte()
/external/compiler-rt/lib/asan/
Dasan_report.cc120 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()