Home | History | Annotate | Download | only in MC

Lines Matching refs: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) {
42 StringRef MCInstPrinter::markup(StringRef s) const {
48 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const {
68 format_object1<int64_t> MCInstPrinter::formatDec(const int64_t Value) const {
72 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const {
95 format_object1<uint64_t> MCInstPrinter::formatHex(const uint64_t Value) const {