Home
last modified time | relevance | path

Searched defs:fatal (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp60 void lld::fatal(const Twine &msg) { errorHandler().fatal(msg); } in fatal() function in lld
334 void ErrorHandler::fatal(const Twine &msg) { in fatal() function in ErrorHandler
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp89 int exp_arg, bool fatal) { in ReportGenericErrorWrapper()
149 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
H A Dasan_report.cpp126 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport()
464 uptr access_size, u32 exp, bool fatal) { in ReportGenericError()
495 bool fatal = flags()->halt_on_error; in __asan_report_error() local
/llvm-project-15.0.7/llvm/tools/split-file/
H A Dsplit-file.cpp49 [[noreturn]] static void fatal(StringRef filename, const Twine &message) { in fatal() function
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DLitConfig.py201 def fatal(self, message): member in LitConfig
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { in ScopedReport()
82 bool fatal; member in __hwasan::ScopedReport
680 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()
H A Dhwasan.cpp216 bool fatal = flags()->halt_on_error || !ai.recover; in HandleTagMismatch() local