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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstPrinter.cpp 1 //===-- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ---===//
10 #include "llvm/MC/MCInstPrinter.h"
16 MCInstPrinter::~MCInstPrinter() {
21 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
25 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
29 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstPrinter.h 1 //===-- MCInstPrinter.h - Convert an MCInst to target assembly syntax -----===//
19 /// MCInstPrinter - This is an instance of a target assembly language printer
21 class MCInstPrinter {
35 MCInstPrinter(const MCAsmInfo &mai)
38 virtual ~MCInstPrinter();
  /external/llvm/lib/MC/
MCInstPrinter.cpp 1 //===-- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ---===//
10 #include "llvm/MC/MCInstPrinter.h"
28 MCInstPrinter::~MCInstPrinter() {
33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
37 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
45 // By definition (see MCInstPrinter.h), CommentStream must end with
55 StringRef MCInstPrinter::markup(StringRef s) const {
61 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const
    [all...]
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 1 //===- MCInstPrinter.h - MCInst to target assembly syntax -------*- C++ -*-===//
38 class MCInstPrinter {
61 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii,
66 virtual ~MCInstPrinter();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstPrinter.h 1 //===- MCInstPrinter.h - MCInst to target assembly syntax -------*- C++ -*-===//
40 class MCInstPrinter {
63 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii,
66 virtual ~MCInstPrinter();

Completed in 133 milliseconds