HomeSort by relevance Sort by last modified time
    Searched defs:MCInstPrinter (Results 1 - 2 of 2) sorted by null

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

Completed in 30 milliseconds