Home
last modified time | relevance | path

Searched refs:PrintShadowBytes (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.cpp538 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() function
566 PrintShadowBytes(&str, prefix, (u8 *)row_shadow_addr, (u8 *)shadow_addr, in PrintShadowMemoryForAddress()
/external/compiler-rt/lib/asan/
Dasan_report.cc134 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() function
215 PrintShadowBytes(&str, prefix, (u8 *)(aligned_shadow + i * n_bytes_per_row), in PrintShadowMemoryForAddress()