Home
last modified time | relevance | path

Searched refs:SetAbortMessage (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp54 SetAbortMessage(Message); in dieWithMessage()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp812 void SetAbortMessage(const char *str) { in SetAbortMessage() function
823 void SetAbortMessage(const char *str) {} in SetAbortMessage() function
H A Dsanitizer_common.h903 void SetAbortMessage(const char *);
907 inline void SetAbortMessage(const char *) {} in SetAbortMessage() function
H A Dsanitizer_win.cpp1159 void SetAbortMessage(const char *) {} in SetAbortMessage() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp180 SetAbortMessage(buffer_copy.data()); in ~ScopedInErrorReport()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp55 SetAbortMessage(error_message_.data()); in ~ScopedReport()