Searched refs:GenCrashDiag (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { argument
83 report_fatal_error(Twine(Reason), GenCrashDiag); local
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { argument
87 report_fatal_error(Twine(Reason), GenCrashDiag); local
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { argument
91 report_fatal_error(Twine(Reason), GenCrashDiag); local
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { argument
108 handler(handlerData, Reason.str(), GenCrashDiag);
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { argument
161 Handler(HandlerData, Reason, GenCrashDiag);
[all...]
H A DError.cpp140 void report_fatal_error(Error Err, bool GenCrashDiag) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h116 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp61 bool GenCrashDiag) {
73 llvm::sys::Process::Exit(GenCrashDiag ? 70 : 1);
60 LLVMErrorHandler(void *UserData, const std::string &Message, bool GenCrashDiag) argument
H A Dcc1as_main.cpp545 bool GenCrashDiag) {
544 LLVMErrorHandler(void *UserData, const std::string &Message, bool GenCrashDiag) argument

Completed in 114 milliseconds