Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp234 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
H A Dsanitizer_common.h227 void SetPrintfAndReportCallback(void (*callback)(const char *));
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp428 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp349 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()