Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp143 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() function
157 PrintMemoryByte(&str, "", ((u8 *)pc)[i]); in MaybeDumpInstructionBytes()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
H A Dasan_report.cpp58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte() function
H A Dasan_errors.cpp497 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after); in PrintShadowByte()