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

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

Completed in 112 milliseconds