Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h404 class InLineChangePrinter : public TextChangeReporter<IRDataT<EmptyData>> {
406 InLineChangePrinter(bool VerboseMode, bool ColourMode) in InLineChangePrinter() function
409 ~InLineChangePrinter() override;
562 InLineChangePrinter PrintChangedDiff;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1166 InLineChangePrinter::~InLineChangePrinter() = default;
1168 void InLineChangePrinter::generateIRRepresentation(Any IR, in generateIRRepresentation()
1174 void InLineChangePrinter::handleAfter(StringRef PassID, std::string &Name, in handleAfter()
1192 void InLineChangePrinter::handleFunctionCompare( in handleFunctionCompare()
1213 void InLineChangePrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()