Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp34 reportRawError(Error); in reportMapError()
43 reportRawError(Error); in reportUnmapError()
53 reportRawError(Error); 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);