Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp227 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
H A Dsanitizer_common.h241 void SetPrintfAndReportCallback(void (*callback)(const char *));
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp429 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp381 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()