HomeSort by: relevance | last modified time | path
    Searched refs:DisableCrashReporting (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Signals.h 44 /// \param DisableCrashReporting if \c true, disable the normal crash
47 bool DisableCrashReporting = false);
  /src/external/apache2/llvm/dist/clang/tools/apinotes-test/
APINotesTest.cpp 26 const bool DisableCrashReporting = true;
27 llvm::sys::PrintStackTraceOnErrorSignal(argv[0], DisableCrashReporting);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Signals.inc 639 bool DisableCrashReporting) {
646 if (DisableCrashReporting || getenv("LLVM_DISABLE_CRASH_REPORT")) {
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 357 const bool DisableCrashReporting = true;
358 llvm::sys::PrintStackTraceOnErrorSignal(argv[0], DisableCrashReporting);

Completed in 22 milliseconds