llvm::InLineChangePrinter::handleFunctionCompare

Print the in-line comparison for one function's before/after data.

Synopsis

Declared in <llvm/Passes/StandardInstrumentations.h>

void
handleFunctionCompare(
    StringRef Name,
    StringRef Prefix,
    StringRef PassID,
    StringRef Divider,
    bool InModule,
    unsigned int Minor,
    FuncDataT<EmptyData> const& Before,
    FuncDataT<EmptyData> const& After);

Parameters

NameDescription
NameFunction name.
PrefixBanner prefix text.
PassIDStable identifier of the pass.
DividerBanner divider string.
InModuleTrue when this function is part of a module compare.
MinorMinor section index for banners.
BeforeFunction data before the pass.
AfterFunction data after the pass.