Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp904 void SetAbortMessage(const char *str) { in SetAbortMessage() function
915 void SetAbortMessage(const char *str) {} in SetAbortMessage() function
H A Dsanitizer_common.h950 void SetAbortMessage(const char *);
954 inline void SetAbortMessage(const char *) {} in SetAbortMessage() function
H A Dsanitizer_win.cpp1186 void SetAbortMessage(const char *) {} in SetAbortMessage() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp183 SetAbortMessage(buffer_copy.data()); in ~ScopedInErrorReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp58 SetAbortMessage(error_message_.data()); in ~ScopedReport()