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

1 2

  /external/llvm/include/llvm/MC/
MCInstPrinter.h 48 /// printInst - Print the specified MCInst to the specified raw_ostream.
50 virtual void printInst(const MCInst *MI, raw_ostream &OS,
  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 28 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 28 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 29 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
PTXInstPrinter.cpp 86 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 69 void MipsInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
HexagonInstPrinter.cpp 38 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 36 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
PPCInstPrinter.cpp 30 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 126 IP->printInst(&Inst, OS, "");
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.h 30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
X86IntelInstPrinter.h 31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
X86ATTInstPrinter.cpp 39 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
X86IntelInstPrinter.cpp 33 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 170 IP->printInst(&Inst, OS, Comments);
EDDisassembler.h 244 /// printInst - prints an MCInst to a string, returning 0 on success, or -1
250 int printInst(std::string& str,
EDInst.cpp 63 if (Disassembler.printInst(String, *Inst))
EDDisassembler.cpp 310 int EDDisassembler::printInst(std::string &str, MCInst &inst) {
313 InstPrinter->printInst(&inst, *InstStream, "");
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 29 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 189 IP->printInst(&i->second.getInsts()[ii].Inst, OS, "");
473 IP->printInst(&Inst, outs(), "");
596 IP->printInst(&Inst.Inst, outs(), "");
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 527 InstPrinter->printInst(&Inst, OS, "");

Completed in 1228 milliseconds

1 2