Searched refs:GenCrashDiag (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 95 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument 96 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 99 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument 100 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 103 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 117 handler(handlerData, Reason.str().c_str(), GenCrashDiag); in report_fatal_error() 134 if (GenCrashDiag) in report_fatal_error() 178 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() argument 192 Handler(HandlerData, Reason, GenCrashDiag); in report_bad_alloc_error()
|
| H A D | Error.cpp | 167 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() argument 174 report_fatal_error(Twine(ErrMsg), GenCrashDiag); in report_fatal_error()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorHandling.h | 136 bool GenCrashDiag = true);
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 68 bool GenCrashDiag) { in LLVMErrorHandler() argument 80 llvm::sys::Process::Exit(GenCrashDiag ? 70 : 1); in LLVMErrorHandler()
|
| H A D | cc1as_main.cpp | 645 bool GenCrashDiag) { in LLVMErrorHandler() argument
|