Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp33 reportRawError(Error.data()); in reportMapError()
41 reportRawError(Error.data()); in reportUnmapError()
50 reportRawError(Error.data()); in reportProtectError()
H A Dreport.cpp27 NORETURN ~ScopedErrorReport() { reportRawError(Message.data()); } in ~ScopedErrorReport()
55 void NORETURN reportRawError(const char *Message) { in reportRawError() function
H A Dreport.h22 void NORETURN reportRawError(const char *Message);