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.h579 class PrintCrashIRInstrumentation {
581 PrintCrashIRInstrumentation() in PrintCrashIRInstrumentation() function
583 LLVM_ABI ~PrintCrashIRInstrumentation();
592 static PrintCrashIRInstrumentation *CrashReporter;
611 PrintCrashIRInstrumentation PrintCrashIR;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2451 PrintCrashIRInstrumentation *PrintCrashIRInstrumentation::CrashReporter =
2454 void PrintCrashIRInstrumentation::reportCrashIR() { in reportCrashIR()
2466 void PrintCrashIRInstrumentation::SignalHandler(void *) { in SignalHandler()
2477 PrintCrashIRInstrumentation::~PrintCrashIRInstrumentation() { in ~PrintCrashIRInstrumentation()
2486 void PrintCrashIRInstrumentation::registerCallbacks( in registerCallbacks()