Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp524 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() function
534 PrintShadowByte(str, " Addressable: ", 0); in PrintLegend()
537 PrintShadowByte(str, "", i, " "); in PrintLegend()
539 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend()
541 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic); in PrintLegend()
542 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend()
544 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend()
546 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend()
548 PrintShadowByte(str, " Stack after return: ", in PrintLegend()
550 PrintShadowByte(str, " Stack use after scope: ", in PrintLegend()
[all …]