Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/ !
H A Dasan_errors.cpp514 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() function
524 PrintShadowByte(str, " Addressable: ", 0); in PrintLegend()
527 PrintShadowByte(str, "", i, " "); in PrintLegend()
529 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend()
531 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic); in PrintLegend()
532 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend()
534 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend()
536 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend()
538 PrintShadowByte(str, " Stack after return: ", in PrintLegend()
540 PrintShadowByte(str, " Stack use after scope: ", in PrintLegend()
[all …]