Searched refs:PrintShadowByte (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 527 PrintShadowByte(str, "", i, " "); in PrintLegend() 529 PrintShadowByte(str, " Heap left redzone: ", 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() 543 PrintShadowByte(str, " Global init order: ", in PrintLegend() 545 PrintShadowByte(str, " Poisoned by user: ", in PrintLegend() 547 PrintShadowByte(str, " Container overflow: ", in PrintLegend() [all …]
|