Searched refs:PrintShadowBytes (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_errors.cpp | 538 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/ |
D | asan_report.cc | 134 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()
|