LLVM 19.0.0git
Public Member Functions | List of all members
llvm::AVRMCCodeEmitter Class Reference

Writes AVR machine code to a stream. More...

#include "Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h"

Inheritance diagram for llvm::AVRMCCodeEmitter:
Inheritance graph
[legend]

Public Member Functions

 AVRMCCodeEmitter (const MCInstrInfo &MCII, MCContext &Ctx)
 
- Public Member Functions inherited from llvm::MCCodeEmitter
 MCCodeEmitter (const MCCodeEmitter &)=delete
 
MCCodeEmitteroperator= (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 =0
 Encode the given Inst to bytes and append to CB.
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::MCCodeEmitter
 MCCodeEmitter ()
 

Detailed Description

Writes AVR machine code to a stream.

Definition at line 37 of file AVRMCCodeEmitter.h.

Constructor & Destructor Documentation

◆ AVRMCCodeEmitter()

llvm::AVRMCCodeEmitter::AVRMCCodeEmitter ( const MCInstrInfo MCII,
MCContext Ctx 
)
inline

Definition at line 39 of file AVRMCCodeEmitter.h.


The documentation for this class was generated from the following file: