Searched defs:fatal (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/Common/ |
| H A D | ErrorHandler.cpp | 60 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 D | asan_rtl.cpp | 89 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 D | asan_report.cpp | 126 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 D | split-file.cpp | 49 [[noreturn]] static void fatal(StringRef filename, const Twine &message) { in fatal() function
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitConfig.py | 201 def fatal(self, message): member in LitConfig
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 39 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 D | hwasan.cpp | 216 bool fatal = flags()->halt_on_error || !ai.recover; in HandleTagMismatch() local
|