Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h420 class InLineChangePrinter : public TextChangeReporter<IRDataT<EmptyData>> {
422 InLineChangePrinter(bool VerboseMode, bool ColourMode) in InLineChangePrinter() function
425 ~InLineChangePrinter() override;
578 InLineChangePrinter PrintChangedDiff;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1420 InLineChangePrinter::~InLineChangePrinter() = default;
1422 void InLineChangePrinter::generateIRRepresentation(Any IR, in generateIRRepresentation()
1428 void InLineChangePrinter::handleAfter(StringRef PassID, std::string &Name, in handleAfter()
1446 void InLineChangePrinter::handleFunctionCompare( in handleFunctionCompare()
1467 void InLineChangePrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()