Lines Matching refs:MCInstPrinter
1 //===- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ----===//
9 #include "llvm/MC/MCInstPrinter.h"
38 MCInstPrinter::~MCInstPrinter() = default;
42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
46 void MCInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const {
50 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
54 // By definition (see MCInstPrinter.h), CommentStream must end with
124 const char *MCInstPrinter::matchAliasPatterns(const MCInst *MI,
186 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const {
190 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const {
214 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const {
227 MCInstPrinter::WithMarkup MCInstPrinter::markup(raw_ostream &OS,
232 MCInstPrinter::WithMarkup::WithMarkup(raw_ostream &OS, Markup M,
270 MCInstPrinter::WithMarkup::~WithMarkup() {