Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_internal.h108 void AppendToErrorMessageBuffer(const char *buffer);
H A Dasan_rtl.cc437 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
H A Dasan_report.cc40 void AppendToErrorMessageBuffer(const char *buffer) { in AppendToErrorMessageBuffer() function
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.h155 void AppendToErrorMessageBuffer(const char *buffer);
H A Dhwasan_report.cc72 void AppendToErrorMessageBuffer(const char *buffer) { in AppendToErrorMessageBuffer() function
H A Dhwasan.cc297 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()