Emit the given instruction into the current section.
Declared in <llvm/MC/MCObjectStreamer.h>
virtual
void
emitInstruction(
MCInst const& Inst,
MCSubtargetInfo const& STI) override;
| Name | Description |
|---|---|
| Inst | - Instruction to emit. |
| STI | - Subtarget info in effect for Inst. |