reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
   59 void AArch64InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
  701 void AArch64AppleInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
   29 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
 1345 void R600InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp
  100 void ARCInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
   91 void ARMInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp
   35 void AVRInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp
   27 void BPFInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
   33 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp
  140 void LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp
   29 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
   78 void MipsInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
   75 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
   67 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
   66 void RISCVInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
   46 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp
   54 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
   47 void WebAssemblyInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
   41 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
   39 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp
   33 void XCoreInstPrinter::printInst(const MCInst *MI, raw_ostream &O,

References

lib/MC/MCAsmStreamer.cpp
 1946     InstPrinter->printInst(&Inst, OS, "", STI);
lib/MC/MCDisassembler/Disassembler.cpp
  280     IP->printInst(&Inst, FormattedOS, AnnotationsStr, *DC->getSubtargetInfo());
lib/MC/MCStreamer.cpp
  982   InstPrinter.printInst(&Inst, OS, "", STI);
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  147       InstPrinter.printInst(&Inst, TempStream, "", STI);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1037   m_instr_printer_up->printInst(&mc_inst, inst_stream, llvm::StringRef(),
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  367   Printer->printInst(&InstrMeta.Instruction, OS, "", *SubtargetInfo.get());
tools/llvm-exegesis/lib/Analysis.cpp
  117     InstPrinter_->printInst(&MI, OSS, "", *SubtargetInfo_);
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  296   MCIP.printInst(&MCI, InstrStream, "", STI);
tools/llvm-mca/Views/InstructionInfoView.cpp
   98     MCIP.printInst(&Inst, InstrStream, "", STI);
tools/llvm-mca/Views/ResourcePressureView.cpp
  166     MCIP.printInst(&MCI, InstrStream, "", STI);
tools/llvm-mca/Views/TimelineView.cpp
  195     MCIP.printInst(&Inst, InstrStream, "", STI);
  310       MCIP.printInst(&Inst, InstrStream, "", STI);
tools/llvm-mca/llvm-mca.cpp
  477                   IP->printInst(&IE.Inst, SS, "", *STI);
tools/llvm-objdump/MachODump.cpp
 7636             ThumbIP->printInst(&Inst, FormattedOS, AnnotationsStr, *ThumbSTI);
 7638             IP->printInst(&Inst, FormattedOS, AnnotationsStr, *STI);
 7715           IP->printInst(&Inst, outs(), AnnotationsStr, *STI);
tools/llvm-objdump/llvm-objdump.cpp
  711       IP.printInst(MI, OS, "", STI);
  747       IP.printInst(MI, TempStream, "", STI);
  814       IP.printInst(MI, IS, "", STI);
  868       IP.printInst(MI, OS, "", STI);