35 std::unique_ptr<MCAsmBackend> MAB,
36 std::unique_ptr<MCObjectWriter> OW,
37 std::unique_ptr<MCCodeEmitter>
Emitter)
41void PPCXCOFFStreamer::emitPrefixedInstruction(
const MCInst &Inst,
64 if (!
Emitter->isPrefixedInstruction(Inst)) {
68 emitPrefixedInstruction(Inst, STI);
73 std::unique_ptr<MCAsmBackend> MAB,
74 std::unique_ptr<MCObjectWriter> OW,
75 std::unique_ptr<MCCodeEmitter>
Emitter) {
dxil DXContainer Global Emitter
MCCodeEmitter * getEmitterPtr() const
Context object for machine code objects.
Instances of this class represent a single low-level machine instruction.
MCAssembler & getAssembler()
void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override
Emit the given Instruction into the current section.
void emitCodeAlignment(Align ByteAlignment, const MCSubtargetInfo *STI, unsigned MaxBytesToEmit=0) override
Emit nops until the byte alignment ByteAlignment is reached.
Generic base class for all target subtargets.
PPCXCOFFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > MAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override
Emit the given Instruction into the current section.
This is an optimization pass for GlobalISel generic memory operations.
MCXCOFFStreamer * createPPCXCOFFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > MAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
Implement std::hash so that hash_code can be used in STL containers.
This struct is a compact representation of a valid (non-zero power of two) alignment.