Home
last modified time | relevance | path

Searched defs:GenCrashDiag (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
86 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error()
H A DError.cpp167 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp66 bool GenCrashDiag) { in LLVMErrorHandler()
H A Dcc1as_main.cpp634 bool GenCrashDiag) { in LLVMErrorHandler()