Home | History | Annotate | Download | only in MC

Lines Matching defs:MCInstPrinter

1 //===-- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ---===//
10 #include "llvm/MC/MCInstPrinter.h"
19 MCInstPrinter::~MCInstPrinter() {
24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
36 // By definition (see MCInstPrinter.h), CommentStream must end with
46 StringRef MCInstPrinter::markup(StringRef s) const {
52 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const {
72 format_object1<int64_t> MCInstPrinter::formatDec(const int64_t Value) const {
76 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const {
99 format_object1<uint64_t> MCInstPrinter::formatHex(const uint64_t Value) const {