Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp19 const char *ErrorToString(const Error &E) { in ErrorToString() function
H A Dcommon.h52 const char *ErrorToString(const Error &E);
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp84 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()