Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h563 class PrintCrashIRInstrumentation {
565 PrintCrashIRInstrumentation() in PrintCrashIRInstrumentation() function
567 ~PrintCrashIRInstrumentation();
576 static PrintCrashIRInstrumentation *CrashReporter;
595 PrintCrashIRInstrumentation PrintCrashIR;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2458 PrintCrashIRInstrumentation *PrintCrashIRInstrumentation::CrashReporter =
2461 void PrintCrashIRInstrumentation::reportCrashIR() { in reportCrashIR()
2473 void PrintCrashIRInstrumentation::SignalHandler(void *) { in SignalHandler()
2484 PrintCrashIRInstrumentation::~PrintCrashIRInstrumentation() { in ~PrintCrashIRInstrumentation()
2493 void PrintCrashIRInstrumentation::registerCallbacks( in registerCallbacks()