Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp227 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
H A Dsanitizer_common.h232 void SetPrintfAndReportCallback(void (*callback)(const char *));
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp415 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.cpp351 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()