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

Name

Description

Inst

‐ Instruction to emit.

STI

‐ Subtarget info in effect for Inst.

Created with MrDocs