Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
94 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.cpp140 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp33 bool GenCrashDiag) { in LLVMErrorHandler()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp61 bool GenCrashDiag) { in LLVMErrorHandler()
H A Dcc1as_main.cpp554 bool GenCrashDiag) { in LLVMErrorHandler()