LLVM 22.0.0git
llvm::AVRELFObjectWriter Class Reference

Writes AVR machine code into an ELF32 object file. More...

Inheritance diagram for llvm::AVRELFObjectWriter:
[legend]

Public Member Functions

 AVRELFObjectWriter (uint8_t OSABI)
virtual ~AVRELFObjectWriter ()=default
unsigned getRelocType (const MCFixup &, const MCValue &, bool IsPCRel) const override
Public Member Functions inherited from llvm::MCELFObjectTargetWriter
virtual ~MCELFObjectTargetWriter ()=default
Triple::ObjectFormatType getFormat () const override
virtual bool needsRelocateWithSymbol (const MCValue &, unsigned Type) const
virtual void sortRelocs (std::vector< ELFRelocationEntry > &Relocs)
uint8_t getRType (uint32_t Type) const
uint8_t getRType2 (uint32_t Type) const
uint8_t getRType3 (uint32_t Type) const
uint8_t getRSsym (uint32_t Type) const
unsigned setRSsym (unsigned Value, unsigned Type) const
uint8_t getOSABI () const
uint8_t getABIVersion () const
uint16_t getEMachine () const
bool hasRelocationAddend () const
bool is64Bit () const
Public Member Functions inherited from llvm::MCObjectTargetWriter
virtual ~MCObjectTargetWriter ()=default
void setAssembler (MCAssembler *A)

Additional Inherited Members

Static Public Member Functions inherited from llvm::MCELFObjectTargetWriter
static bool classof (const MCObjectTargetWriter *W)
static uint8_t getOSABI (Triple::OSType OSType)
static unsigned setRTypes (unsigned Value1, unsigned Value2, unsigned Value3)
Protected Member Functions inherited from llvm::MCELFObjectTargetWriter
 MCELFObjectTargetWriter (bool Is64Bit_, uint8_t OSABI_, uint16_t EMachine_, bool HasRelocationAddend_, uint8_t ABIVersion_=0)
Protected Member Functions inherited from llvm::MCObjectTargetWriter
LLVM_ABI MCContextgetContext () const
LLVM_ABI void reportError (SMLoc L, const Twine &Msg) const
Protected Attributes inherited from llvm::MCObjectTargetWriter
MCAssemblerAsm = nullptr

Detailed Description

Writes AVR machine code into an ELF32 object file.

Definition at line 23 of file AVRELFObjectWriter.cpp.

Constructor & Destructor Documentation

◆ AVRELFObjectWriter()

llvm::AVRELFObjectWriter::AVRELFObjectWriter ( uint8_t OSABI)

◆ ~AVRELFObjectWriter()

virtual llvm::AVRELFObjectWriter::~AVRELFObjectWriter ( )
virtualdefault

Member Function Documentation

◆ getRelocType()


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