Home
last modified time | relevance | path

Searched refs:MemoryByte (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h31 const char *MemoryByte() const { return Magenta(); } in MemoryByte() function
H A Dsanitizer_symbolizer_report.cpp195 str->AppendF("%s%s%x%x%s ", before, d.MemoryByte(), byte >> 4, byte & 15, in PrintMemoryByte()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp65 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()