llvm::MCObjectStreamer::emitInstruction

Emit the given instruction into the current section.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

virtual
void
emitInstruction(
    MCInst const& Inst,
    MCSubtargetInfo const& STI) override;

Parameters

NameDescription
Inst- Instruction to emit.
STI- Subtarget info in effect for Inst.