Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp55 SetAbortMessage(Message); in dieWithMessage()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc752 void SetAbortMessage(const char *str) { in SetAbortMessage() function
763 void SetAbortMessage(const char *str) {} in SetAbortMessage() function
H A Dsanitizer_common.h824 void SetAbortMessage(const char *);
828 INLINE void SetAbortMessage(const char *) {} in SetAbortMessage() function
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc43 SetAbortMessage(error_message_.data()); in ~ScopedReport()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc177 SetAbortMessage(buffer_copy.data()); in ~ScopedInErrorReport()