Home
last modified time | relevance | path

Searched refs:DisableCrashReporting (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/tools/apinotes-test/
H A DAPINotesTest.cpp26 const bool DisableCrashReporting = true; in main() local
27 llvm::sys::PrintStackTraceOnErrorSignal(argv[0], DisableCrashReporting); in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSignals.h48 bool DisableCrashReporting = false);
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp359 const bool DisableCrashReporting = true; in main() local
360 llvm::sys::PrintStackTraceOnErrorSignal(argv[0], DisableCrashReporting); in main()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc639 bool DisableCrashReporting) {
646 if (DisableCrashReporting || getenv("LLVM_DISABLE_CRASH_REPORT")) {
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc512 bool DisableCrashReporting) {
515 if (DisableCrashReporting || getenv("LLVM_DISABLE_CRASH_REPORT"))