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

Overrides

lib/MC/MCStreamer.cpp
 1014 void MCStreamer::EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &) {

Overridden By

lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  105   void EmitInstruction(const MCInst &Inst,
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  487   void EmitInstruction(const MCInst &Inst,
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
   61 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCB,
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
   36 void MipsELFStreamer::EmitInstruction(const MCInst &Inst,

Declarations

include/llvm/MC/MCObjectStreamer.h
  118   void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;

References

lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  108     MCELFStreamer::EmitInstruction(Inst, STI);
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  494     MCELFStreamer::EmitInstruction(Inst, STI);
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
   74   MCObjectStreamer::EmitInstruction(MCB, STI);
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
   38   MCELFStreamer::EmitInstruction(Inst, STI);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
 1177   getStreamer().EmitInstruction(TmpInst, STI);
 1190   getStreamer().EmitInstruction(TmpInst, STI);
 1198   getStreamer().EmitInstruction(TmpInst, STI);
 1307   getStreamer().EmitInstruction(Inst, STI);