Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DErrorHandling.cpp61 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
65 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
69 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
73 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
/external/clang/tools/driver/
Dcc1_main.cpp45 bool GenCrashDiag) { in LLVMErrorHandler()
Dcc1as_main.cpp424 bool GenCrashDiag) { in LLVMErrorHandler()