LLVM 17.0.0git
|
Writes AVR machine code to a stream. More...
#include "Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h"
Public Member Functions | |
AVRMCCodeEmitter (const MCInstrInfo &MCII, MCContext &Ctx) | |
![]() | |
MCCodeEmitter (const MCCodeEmitter &)=delete | |
MCCodeEmitter & | operator= (const MCCodeEmitter &)=delete |
virtual | ~MCCodeEmitter () |
virtual void | reset () |
Lifetime management. | |
virtual void | emitPrefix (const MCInst &Inst, SmallVectorImpl< char > &CB, const MCSubtargetInfo &STI) const |
Append the prefixes of given instruction to the code buffer. | |
virtual void | encodeInstruction (const MCInst &Inst, SmallVectorImpl< char > &CB, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
EncodeInstruction - Encode the given Inst to bytes and append to CB . | |
Additional Inherited Members | |
![]() | |
MCCodeEmitter () | |
virtual void | encodeInstruction (const MCInst &Inst, raw_ostream &OS, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
EncodeInstruction - Encode the given Inst to bytes on the output stream OS . | |
Writes AVR machine code to a stream.
Definition at line 37 of file AVRMCCodeEmitter.h.
|
inline |
Definition at line 39 of file AVRMCCodeEmitter.h.