Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp127 CatastrophicErrorWrite(SanitizerToolName, internal_strlen(SanitizerToolName)); in StartReportDeadlySignal()
129 CatastrophicErrorWrite(kDeadlySignal, sizeof(kDeadlySignal) - 1); in StartReportDeadlySignal()
273 CatastrophicErrorWrite(SanitizerToolName, in ScopedErrorReportLock()
276 CatastrophicErrorWrite(msg, sizeof(msg) - 1); in ScopedErrorReportLock()
Dsanitizer_file.cpp25 void CatastrophicErrorWrite(const char *buffer, uptr length) { in CatastrophicErrorWrite() function
Dsanitizer_fuchsia.cpp460 void CatastrophicErrorWrite(const char *buffer, uptr length) { in CatastrophicErrorWrite() function
Dsanitizer_common.h212 void CatastrophicErrorWrite(const char *buffer, uptr length);