LLVM  8.0.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
llvm::MCELFObjectTargetWriter Class Referenceabstract

#include "llvm/MC/MCELFObjectWriter.h"

Inheritance diagram for llvm::MCELFObjectTargetWriter:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCELFObjectTargetWriter:
Collaboration graph
[legend]

Public Member Functions

virtual ~MCELFObjectTargetWriter ()=default
 
virtual Triple::ObjectFormatType getFormat () const
 
virtual unsigned getRelocType (MCContext &Ctx, const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const =0
 
virtual bool needsRelocateWithSymbol (const MCSymbol &Sym, unsigned Type) const
 
virtual void sortRelocs (const MCAssembler &Asm, std::vector< ELFRelocationEntry > &Relocs)
 
virtual void addTargetSectionFlags (MCContext &Ctx, MCSectionELF &Sec)
 
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 setRType (unsigned Value, unsigned Type) const
 
unsigned setRType2 (unsigned Value, unsigned Type) const
 
unsigned setRType3 (unsigned Value, unsigned Type) const
 
unsigned setRSsym (unsigned Value, unsigned Type) const
 
Accessors
uint8_t getOSABI () const
 
uint16_t getEMachine () const
 
bool hasRelocationAddend () const
 
bool is64Bit () const
 
- Public Member Functions inherited from llvm::MCObjectTargetWriter
virtual ~MCObjectTargetWriter ()=default
 

Static Public Member Functions

static bool classof (const MCObjectTargetWriter *W)
 
static uint8_t getOSABI (Triple::OSType OSType)
 

Protected Member Functions

 MCELFObjectTargetWriter (bool Is64Bit_, uint8_t OSABI_, uint16_t EMachine_, bool HasRelocationAddend)
 

Detailed Description

Definition at line 55 of file MCELFObjectWriter.h.

Constructor & Destructor Documentation

◆ MCELFObjectTargetWriter()

MCELFObjectTargetWriter::MCELFObjectTargetWriter ( bool  Is64Bit_,
uint8_t  OSABI_,
uint16_t  EMachine_,
bool  HasRelocationAddend 
)
protected

Definition at line 14 of file MCELFObjectTargetWriter.cpp.

◆ ~MCELFObjectTargetWriter()

virtual llvm::MCELFObjectTargetWriter::~MCELFObjectTargetWriter ( )
virtualdefault

Member Function Documentation

◆ addTargetSectionFlags()

void MCELFObjectTargetWriter::addTargetSectionFlags ( MCContext Ctx,
MCSectionELF Sec 
)
virtual

Definition at line 30 of file MCELFObjectTargetWriter.cpp.

◆ classof()

static bool llvm::MCELFObjectTargetWriter::classof ( const MCObjectTargetWriter W)
inlinestatic

◆ getEMachine()

uint16_t llvm::MCELFObjectTargetWriter::getEMachine ( ) const
inline

Definition at line 101 of file MCELFObjectWriter.h.

◆ getFormat()

virtual Triple::ObjectFormatType llvm::MCELFObjectTargetWriter::getFormat ( ) const
inlinevirtual

Implements llvm::MCObjectTargetWriter.

Definition at line 68 of file MCELFObjectWriter.h.

References llvm::Triple::ELF.

◆ getOSABI() [1/2]

static uint8_t llvm::MCELFObjectTargetWriter::getOSABI ( Triple::OSType  OSType)
inlinestatic

◆ getOSABI() [2/2]

uint8_t llvm::MCELFObjectTargetWriter::getOSABI ( ) const
inline

◆ getRelocType()

virtual unsigned llvm::MCELFObjectTargetWriter::getRelocType ( MCContext Ctx,
const MCValue Target,
const MCFixup Fixup,
bool  IsPCRel 
) const
pure virtual

Implemented in llvm::AVRELFObjectWriter.

◆ getRSsym()

uint8_t llvm::MCELFObjectTargetWriter::getRSsym ( uint32_t  Type) const
inline

Definition at line 127 of file MCELFObjectWriter.h.

References R_SSYM_SHIFT.

◆ getRType()

uint8_t llvm::MCELFObjectTargetWriter::getRType ( uint32_t  Type) const
inline

Definition at line 118 of file MCELFObjectWriter.h.

References R_TYPE_SHIFT.

◆ getRType2()

uint8_t llvm::MCELFObjectTargetWriter::getRType2 ( uint32_t  Type) const
inline

Definition at line 121 of file MCELFObjectWriter.h.

References R_TYPE2_SHIFT.

◆ getRType3()

uint8_t llvm::MCELFObjectTargetWriter::getRType3 ( uint32_t  Type) const
inline

Definition at line 124 of file MCELFObjectWriter.h.

References R_TYPE3_SHIFT.

◆ hasRelocationAddend()

bool llvm::MCELFObjectTargetWriter::hasRelocationAddend ( ) const
inline

Definition at line 102 of file MCELFObjectWriter.h.

◆ is64Bit()

bool llvm::MCELFObjectTargetWriter::is64Bit ( ) const
inline

Definition at line 103 of file MCELFObjectWriter.h.

◆ needsRelocateWithSymbol()

bool MCELFObjectTargetWriter::needsRelocateWithSymbol ( const MCSymbol Sym,
unsigned  Type 
) const
virtual

Definition at line 20 of file MCELFObjectTargetWriter.cpp.

◆ setRSsym()

unsigned llvm::MCELFObjectTargetWriter::setRSsym ( unsigned  Value,
unsigned  Type 
) const
inline

◆ setRType()

unsigned llvm::MCELFObjectTargetWriter::setRType ( unsigned  Value,
unsigned  Type 
) const
inline

Definition at line 132 of file MCELFObjectWriter.h.

References R_TYPE_MASK, and R_TYPE_SHIFT.

◆ setRType2()

unsigned llvm::MCELFObjectTargetWriter::setRType2 ( unsigned  Value,
unsigned  Type 
) const
inline

Definition at line 135 of file MCELFObjectWriter.h.

References R_TYPE2_MASK, and R_TYPE2_SHIFT.

◆ setRType3()

unsigned llvm::MCELFObjectTargetWriter::setRType3 ( unsigned  Value,
unsigned  Type 
) const
inline

Definition at line 138 of file MCELFObjectWriter.h.

References R_TYPE3_MASK, and R_TYPE3_SHIFT.

◆ sortRelocs()

void MCELFObjectTargetWriter::sortRelocs ( const MCAssembler Asm,
std::vector< ELFRelocationEntry > &  Relocs 
)
virtual

Definition at line 26 of file MCELFObjectTargetWriter.cpp.


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