Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h37 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g);
H A Dasan_globals.cpp289 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) { in PrintGlobalNameIfASCII() function
H A Dasan_descriptions.cpp297 PrintGlobalNameIfASCII(&str, g); in DescribeAddressRelativeToGlobal()