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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h107 void AppendToErrorMessageBuffer(const char *buffer);
H A Dasan_rtl.cpp435 SetPrintfAndReportCallback(AppendToErrorMessageBuffer);
H A Dasan_report.cpp39 void AppendToErrorMessageBuffer(const char *buffer) { function in namespace:__asan
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h154 void AppendToErrorMessageBuffer(const char *buffer);
H A Dhwasan_report.cpp78 void AppendToErrorMessageBuffer(const char *buffer) { function in namespace:__hwasan
H A Dhwasan.cpp382 SetPrintfAndReportCallback(AppendToErrorMessageBuffer);

Completed in 193 milliseconds