Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h31 const char *MemoryByte() const { return Magenta(); } in MemoryByte() function
Dsanitizer_symbolizer_report.cpp146 str->append("%s%s%x%x%s ", before, d.MemoryByte(), byte >> 4, byte & 15, in PrintMemoryByte()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp62 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()
/external/compiler-rt/lib/asan/
Dasan_report.cc114 const char *MemoryByte() { return Magenta(); } in MemoryByte() function in __asan::Decorator
124 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), in PrintMemoryByte()