llvm::MCInst::dump_pretty

Dump the MCInst as prettily as possible using the additional MC structures, if given. Operators are separated by the Separator string.

Synopses

Declared in <llvm/MC/MCInst.h>

void
dump_pretty(
    raw_ostream& OS,
    StringRef Name,
    StringRef Separator = " ",
    MCContext const* Ctx = nullptr) const;
» more...

Dump the MCInst as prettily as possible using the additional MC structures, if given. Operators are separated by the Separator string.

void
dump_pretty(
    raw_ostream& OS,
    MCInstPrinter const* Printer = nullptr,
    StringRef Separator = " ",
    MCContext const* Ctx = nullptr) const;
» more...