Print the in-line comparison for one function's before/after data.
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);
| Name | Description |
|---|---|
| Name | Function name. |
| Prefix | Banner prefix text. |
| PassID | Stable identifier of the pass. |
| Divider | Banner divider string. |
| InModule | True when this function is part of a module compare. |
| Minor | Minor section index for banners. |
| Before | Function data before the pass. |
| After | Function data after the pass. |