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

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
H A Dasan_errors.cpp516 PrintMemoryByte(str, before, byte, /*in_shadow*/true, after);
H A Dasan_report.cpp60 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, function in namespace:__asan
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp149 static void PrintMemoryByte(InternalScopedString *str, const char *before, function in namespace:__sanitizer
163 PrintMemoryByte(&str, "", ((u8 *)pc)[i]);

Completed in 84 milliseconds