Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h433 class InLineChangePrinter : public TextChangeReporter<IRDataT<EmptyData>> {
435 InLineChangePrinter(bool VerboseMode, bool ColourMode) in InLineChangePrinter() function
438 ~InLineChangePrinter() override;
593 InLineChangePrinter PrintChangedDiff;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1513 InLineChangePrinter::~InLineChangePrinter() = default;
1515 void InLineChangePrinter::generateIRRepresentation(Any IR, in generateIRRepresentation()
1521 void InLineChangePrinter::handleAfter(StringRef PassID, std::string &Name, in handleAfter()
1539 void InLineChangePrinter::handleFunctionCompare( in handleFunctionCompare()
1560 void InLineChangePrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()