Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_utils.cpp54 SetAbortMessage(Message); in dieWithMessage()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp780 void SetAbortMessage(const char *str) { in SetAbortMessage() function
791 void SetAbortMessage(const char *str) {} in SetAbortMessage() function
Dsanitizer_common.h859 void SetAbortMessage(const char *);
863 inline void SetAbortMessage(const char *) {} in SetAbortMessage() function
Dsanitizer_win.cpp1128 void SetAbortMessage(const char *) {} in SetAbortMessage() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp180 SetAbortMessage(buffer_copy.data()); in ~ScopedInErrorReport()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp55 SetAbortMessage(error_message_.data()); in ~ScopedReport()