Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h915 void LogFullErrorReport(const char *buffer);
917 inline void LogFullErrorReport(const char *buffer) {} in LogFullErrorReport() function
H A Dsanitizer_win.cpp1171 void LogFullErrorReport(const char *buffer) { in LogFullErrorReport() function
H A Dsanitizer_mac.cpp842 void LogFullErrorReport(const char *buffer) { in LogFullErrorReport() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp171 LogFullErrorReport(buffer_copy.data()); in ~ScopedInErrorReport()