Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc206 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
Dsanitizer_common.h179 void SetPrintfAndReportCallback(void (*callback)(const char *));
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cpp225 void SetPrintfAndReportCallback(void (*callback)(const char *)) { in SetPrintfAndReportCallback() function
Dsanitizer_common.h218 void SetPrintfAndReportCallback(void (*callback)(const char *));
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp436 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc433 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp289 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in __hwasan_init()