Home
last modified time | relevance | path

Searched refs:SetPrintfAndReportCallback (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc226 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
H A Dsanitizer_common.h190 void SetPrintfAndReportCallback(void (*callback)(const char *));
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc297 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc437 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()