Searched defs:MCInstPrinter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp1 //===-- 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
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h1 //===-- MCInstPrinter.h - Convert an MCInst to target assembly syntax -----===//
31 /// MCInstPrinter - This is an instance of a target assembly language printer
33 class MCInstPrinter { class in namespace:llvm
58 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii, function in class:llvm::MCInstPrinter
64 virtual ~MCInstPrinter();

Completed in 179 milliseconds