Home
last modified time | relevance | path

Searched refs:CrashReporter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2081 PrintCrashIRInstrumentation *PrintCrashIRInstrumentation::CrashReporter = member in llvm::PrintCrashIRInstrumentation
2089 if (!CrashReporter) in SignalHandler()
2093 CrashReporter->reportCrashIR(); in SignalHandler()
2097 if (!CrashReporter) in ~PrintCrashIRInstrumentation()
2101 CrashReporter = nullptr; in ~PrintCrashIRInstrumentation()
2106 if (!PrintCrashIR || CrashReporter) in registerCallbacks()
2110 CrashReporter = this; in registerCallbacks()
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h497 static PrintCrashIRInstrumentation *CrashReporter;