HomeSort by relevance Sort by last modified time
    Searched refs:printInst (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MCInstPrinter.h 43 /// printInst - Print the specified MCInst to the specified raw_ostream.
45 virtual void printInst(const MCInst *MI, raw_ostream &OS,
  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
MBlazeInstPrinter.cpp 28 void MBlazeInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
MSP430InstPrinter.cpp 28 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/PTX/InstPrinter/
PTXInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
PTXInstPrinter.cpp 44 void PTXInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
MipsInstPrinter.cpp 72 void MipsInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
PPCInstPrinter.cpp 34 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 124 IP->printInst(&Inst, OS);
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.h 243 /// printInst - prints an MCInst to a string, returning 0 on success, or -1
249 int printInst(std::string& str,
Disassembler.cpp 158 IP->printInst(&Inst, OS, Comments);
EDInst.cpp 63 if (Disassembler.printInst(String, *Inst))
EDDisassembler.cpp 327 int EDDisassembler::printInst(std::string &str, MCInst &inst) {
330 InstPrinter->printInst(&inst, *InstStream, "");
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 42 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
X86ATTInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
X86IntelInstPrinter.cpp 35 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
X86IntelInstPrinter.h 30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 88 Printer.printInst(&Inst, Out, "");
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 187 IP->printInst(&i->second.getInsts()[ii].Inst, OS, "");
465 IP->printInst(&Inst, outs(), "");
588 IP->printInst(&Inst.Inst, outs(), "");
llvm-objdump.cpp 294 IP->printInst(&Inst, outs(), "");
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 527 InstPrinter->printInst(&Inst, OS, "");

Completed in 368 milliseconds

1 2