Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h374 class InLineChangePrinter : public TextChangeReporter<IRDataT<EmptyData>> {
376 InLineChangePrinter(bool VerboseMode, bool ColourMode) in InLineChangePrinter() function
379 ~InLineChangePrinter() override;
513 InLineChangePrinter PrintChangedDiff;
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1173 InLineChangePrinter::~InLineChangePrinter() = default;
1175 void InLineChangePrinter::generateIRRepresentation(Any IR, StringRef PassID, in generateIRRepresentation()
1180 void InLineChangePrinter::handleAfter(StringRef PassID, std::string &Name, in handleAfter()
1197 void InLineChangePrinter::handleFunctionCompare( in handleFunctionCompare()
1218 void InLineChangePrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()