Searched refs:printInst (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
H A DMSP430InstPrinter.cpp28 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:MSP430InstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
H A DSparcInstPrinter.cpp33 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:SparcInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
H A DXCoreInstPrinter.cpp31 void XCoreInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:XCoreInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h30 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot);
H A DHexagonInstPrinter.cpp40 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:HexagonInstPrinter
42 printInst((const HexagonMCInst*)(MI), O, Annot);
45 void HexagonInstPrinter::printInst(const HexagonMCInst *MI, raw_ostream &O, function in class:HexagonInstPrinter
62 printInst (&Nop, O, NoAnnot);
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
H A DNVPTXInstPrinter.cpp73 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, function in class:NVPTXInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCInstPrinter.h68 /// printInst - Print the specified MCInst to the specified raw_ostream.
70 virtual void printInst(const MCInst *MI, raw_ostream &OS,
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.h32 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
H A DAMDGPUInstPrinter.cpp18 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, function in class:AMDGPUInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.h43 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot)
H A DSystemZInstPrinter.cpp44 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:SystemZInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp93 InstPrinter.printInst(&TmpInst, DisasmStream, StringRef());
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.h30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
H A DX86IntelInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
H A DX86ATTInstPrinter.cpp42 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp34 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, function in class:X86IntelInstPrinter
/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp423 IP->printInst(&Inst, outs(), "");
457 IP->printInst(&Inst, outs(), "");
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.h162 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10.2-release/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp295 IP->printInst(&Inst, FormattedOS, AnnotationsStr);

Completed in 213 milliseconds

12