Home
last modified time | relevance | path

Searched defs:SetErrorReportCallback (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp153 void SetErrorReportCallback(void (*callback)(const char *format, ...)) { in SetErrorReportCallback() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp73 static void SetErrorReportCallback(void (*callback)(const char *)) { in SetErrorReportCallback() function in __hwasan::ScopedReport