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

12

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.h29 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
H A DARMInstPrinter.cpp75 void ARMInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:ARMInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp77 void MipsInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:MipsInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp38 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:PPCInstPrinter
/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp221 IP->printInst(&(*i)->getInsts()->at(ii).Inst, OS, "");
357 IP->printInst(&II->Inst, outs(), "");
498 IP->printInst(&Inst, outs(), "");
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp543 m_instr_printer_ap->printInst (&mc_inst, inst_stream, unused_annotations);
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp405 void AArch64InstPrinter::printInst(const MCInst *MI, raw_ostream &O, function in class:AArch64InstPrinter
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp1323 InstPrinter->printInst(&Inst, OS, "");

Completed in 174 milliseconds

12