LLVM 22.0.0git
|
#include "Target/ARM/MCTargetDesc/ARMAsmBackendELF.h"
Public Member Functions | |
ARMAsmBackendELF (const Target &T, uint8_t OSABI, llvm::endianness Endian) | |
std::unique_ptr< MCObjectTargetWriter > | createObjectTargetWriter () const override |
std::optional< MCFixupKind > | getFixupKind (StringRef Name) const override |
Map a relocation name used in .reloc to a fixup kind. | |
Public Member Functions inherited from llvm::ARMAsmBackend | |
ARMAsmBackend (const Target &T, llvm::endianness Endian) | |
bool | hasNOP (const MCSubtargetInfo *STI) const |
MCFixupKindInfo | getFixupKindInfo (MCFixupKind Kind) const override |
Get information on a fixup kind. | |
bool | shouldForceRelocation (const MCFixup &Fixup, const MCValue &Target) |
unsigned | adjustFixupValue (const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, uint64_t Value, bool IsResolved, MCContext &Ctx, const MCSubtargetInfo *STI) const |
std::optional< bool > | evaluateFixup (const MCFragment &, MCFixup &, MCValue &, uint64_t &) override |
void | applyFixup (const MCFragment &, const MCFixup &, const MCValue &Target, uint8_t *Data, uint64_t Value, bool IsResolved) override |
unsigned | getRelaxedOpcode (unsigned Op, const MCSubtargetInfo &STI) const |
bool | mayNeedRelaxation (unsigned Opcode, ArrayRef< MCOperand > Operands, const MCSubtargetInfo &STI) const override |
Check whether the given instruction (encoded as Opcode+Operands) may need relaxation. | |
const char * | reasonForFixupRelaxation (const MCFixup &Fixup, uint64_t Value) const |
bool | fixupNeedsRelaxationAdvanced (const MCFragment &, const MCFixup &, const MCValue &, uint64_t, bool) const override |
Target specific predicate for whether a given fixup requires the associated instruction to be relaxed. | |
void | relaxInstruction (MCInst &Inst, const MCSubtargetInfo &STI) const override |
Relax the instruction in the given fragment to the next wider instruction. | |
bool | writeNopData (raw_ostream &OS, uint64_t Count, const MCSubtargetInfo *STI) const override |
Write an (optimal) nop sequence of Count bytes to the given output. | |
unsigned | getPointerSize () const |
Public Member Functions inherited from llvm::MCAsmBackend | |
MCAsmBackend (const MCAsmBackend &)=delete | |
MCAsmBackend & | operator= (const MCAsmBackend &)=delete |
virtual | ~MCAsmBackend () |
void | setAssembler (MCAssembler *A) |
MCContext & | getContext () const |
bool | allowAutoPadding () const |
Return true if this target might automatically pad instructions and thus need to emit padding enable/disable directives around sensative code. | |
bool | allowEnhancedRelaxation () const |
Return true if this target allows an unrelaxable instruction to be emitted into RelaxableFragment and then we can increase its size in a tricky way for optimization. | |
virtual void | reset () |
lifetime management | |
std::unique_ptr< MCObjectWriter > | createObjectWriter (raw_pwrite_stream &OS) const |
Create a new MCObjectWriter instance for use by the assembler backend to emit the final object file. | |
std::unique_ptr< MCObjectWriter > | createDwoObjectWriter (raw_pwrite_stream &OS, raw_pwrite_stream &DwoOS) const |
Create an MCObjectWriter that writes two object files: a .o file which is linked into the final program and a .dwo file which is used by debuggers. | |
virtual unsigned | getMinimumNopSize () const |
Returns the minimum size of a nop in bytes on this target. | |
virtual unsigned | getMaximumNopSize (const MCSubtargetInfo &STI) const |
Returns the maximum size of a nop in bytes on this target. | |
virtual bool | finishLayout (const MCAssembler &Asm) const |
virtual uint64_t | generateCompactUnwindEncoding (const MCDwarfFrameInfo *FI, const MCContext *Ctxt) const |
Generate the compact unwind encoding for the CFI instructions. | |
bool | isDarwinCanonicalPersonality (const MCSymbol *Sym) const |
void | maybeAddReloc (const MCFragment &, const MCFixup &, const MCValue &, uint64_t &Value, bool IsResolved) |
virtual bool | fixupNeedsRelaxation (const MCFixup &Fixup, uint64_t Value) const |
Simple predicate for targets where !Resolved implies requiring relaxation. | |
virtual bool | relaxAlign (MCFragment &F, unsigned &Size) |
virtual bool | relaxDwarfLineAddr (MCFragment &) const |
virtual bool | relaxDwarfCFA (MCFragment &) const |
virtual bool | relaxSFrameCFA (MCFragment &) const |
virtual std::pair< bool, bool > | relaxLEB128 (MCFragment &, int64_t &Value) const |
Public Attributes | |
uint8_t | OSABI |
Public Attributes inherited from llvm::MCAsmBackend | |
const llvm::endianness | Endian |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::MCAsmBackend | |
static const MCSubtargetInfo * | getSubtargetInfo (const MCFragment &F) |
Protected Member Functions inherited from llvm::MCAsmBackend | |
MCAsmBackend (llvm::endianness Endian) | |
Protected Attributes inherited from llvm::MCAsmBackend | |
MCAssembler * | Asm = nullptr |
bool | AllowAutoPadding = false |
bool | AllowEnhancedRelaxation = false |
Definition at line 17 of file ARMAsmBackendELF.h.
|
inline |
Definition at line 20 of file ARMAsmBackendELF.h.
References llvm::ARMAsmBackend::ARMAsmBackend(), llvm::MCAsmBackend::Endian, OSABI, and T.
|
inlineoverridevirtual |
Implements llvm::MCAsmBackend.
Definition at line 24 of file ARMAsmBackendELF.h.
References llvm::createARMELFObjectWriter(), and OSABI.
|
overridevirtual |
Map a relocation name used in .reloc to a fixup kind.
Reimplemented from llvm::ARMAsmBackend.
Definition at line 52 of file ARMAsmBackend.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), and llvm::FirstLiteralRelocationKind.
uint8_t llvm::ARMAsmBackendELF::OSABI |
Definition at line 19 of file ARMAsmBackendELF.h.
Referenced by ARMAsmBackendELF(), and createObjectTargetWriter().