LLVM 20.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) | |
Public Member Functions inherited from llvm::MCCodeEmitter | |
MCCodeEmitter (const MCCodeEmitter &)=delete | |
MCCodeEmitter & | operator= (const MCCodeEmitter &)=delete |
virtual | ~MCCodeEmitter () |
virtual void | reset () |
Lifetime management. | |
virtual void | encodeInstruction (const MCInst &Inst, SmallVectorImpl< char > &CB, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const =0 |
Encode the given Inst to bytes and append to CB . | |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::MCCodeEmitter | |
MCCodeEmitter () | |
Writes AVR machine code to a stream.
Definition at line 37 of file AVRMCCodeEmitter.h.
|
inline |
Definition at line 39 of file AVRMCCodeEmitter.h.