Searched refs:PrintShadowByte (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 507 PrintShadowByte(str, "", i, " "); in PrintLegend() 509 PrintShadowByte(str, " Heap left redzone: ", in PrintLegend() 512 PrintShadowByte(str, " Stack left redzone: ", in PrintLegend() 514 PrintShadowByte(str, " Stack mid redzone: ", in PrintLegend() 516 PrintShadowByte(str, " Stack right redzone: ", in PrintLegend() 518 PrintShadowByte(str, " Stack after return: ", in PrintLegend() 520 PrintShadowByte(str, " Stack use after scope: ", in PrintLegend() 523 PrintShadowByte(str, " Global init order: ", in PrintLegend() 525 PrintShadowByte(str, " Poisoned by user: ", in PrintLegend() 527 PrintShadowByte(str, " Container overflow: ", in PrintLegend() [all …]
|