LLVM
15.0.0git
|
#include "Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h"
Public Member Functions | |
LoongArchAsmBackend (const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit) | |
~LoongArchAsmBackend () override | |
void | applyFixup (const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef< char > Data, uint64_t Value, bool IsResolved, const MCSubtargetInfo *STI) const override |
Apply the Value for given Fixup into the provided data fragment, at the offset specified by the fixup and following the fixup kind as appropriate. More... | |
bool | shouldForceRelocation (const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target) override |
Hook to check if a relocation is needed for some target specific reason. More... | |
bool | fixupNeedsRelaxation (const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const override |
Simple predicate for targets where !Resolved implies requiring relaxation. More... | |
unsigned | getNumFixupKinds () const override |
Get the number of target specific fixup kinds. More... | |
void | relaxInstruction (MCInst &Inst, const MCSubtargetInfo &STI) const override |
Relax the instruction in the given fragment to the next wider instruction. More... | |
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. More... | |
std::unique_ptr< MCObjectTargetWriter > | createObjectTargetWriter () const override |
![]() | |
MCAsmBackend (const MCAsmBackend &)=delete | |
MCAsmBackend & | operator= (const MCAsmBackend &)=delete |
virtual | ~MCAsmBackend () |
virtual bool | allowAutoPadding () const |
Return true if this target might automatically pad instructions and thus need to emit padding enable/disable directives around sensative code. More... | |
virtual 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. More... | |
virtual void | emitInstructionBegin (MCObjectStreamer &OS, const MCInst &Inst, const MCSubtargetInfo &STI) |
Give the target a chance to manipulate state related to instruction alignment (e.g. More... | |
virtual void | emitInstructionEnd (MCObjectStreamer &OS, const MCInst &Inst) |
virtual void | reset () |
lifetime management More... | |
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. More... | |
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. More... | |
virtual unsigned | getMinimumNopSize () const |
Returns the minimum size of a nop in bytes on this target. More... | |
virtual unsigned | getMaximumNopSize (const MCSubtargetInfo &STI) const |
Returns the maximum size of a nop in bytes on this target. More... | |
virtual void | finishLayout (MCAssembler const &Asm, MCAsmLayout &Layout) const |
Give backend an opportunity to finish layout after relaxation. More... | |
virtual void | handleAssemblerFlag (MCAssemblerFlag Flag) |
Handle any target-specific assembler flags. By default, do nothing. More... | |
virtual uint32_t | generateCompactUnwindEncoding (ArrayRef< MCCFIInstruction >) const |
Generate the compact unwind encoding for the CFI instructions. More... | |
virtual bool | isMicroMips (const MCSymbol *Sym) const |
Check whether a given symbol has been flagged with MICROMIPS flag. More... | |
virtual Optional< MCFixupKind > | getFixupKind (StringRef Name) const |
Map a relocation name used in .reloc to a fixup kind. More... | |
virtual const MCFixupKindInfo & | getFixupKindInfo (MCFixupKind Kind) const |
Get information on a fixup kind. More... | |
virtual bool | shouldInsertExtraNopBytesForCodeAlign (const MCAlignFragment &AF, unsigned &Size) |
Hook to check if extra nop bytes must be inserted for alignment directive. More... | |
virtual bool | shouldInsertFixupForCodeAlign (MCAssembler &Asm, const MCAsmLayout &Layout, MCAlignFragment &AF) |
Hook which indicates if the target requires a fixup to be generated when handling an align directive in an executable section. More... | |
virtual bool | evaluateTargetFixup (const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, const MCValue &Target, uint64_t &Value, bool &WasForced) |
virtual bool | mayNeedRelaxation (const MCInst &Inst, const MCSubtargetInfo &STI) const |
Check whether the given instruction may need relaxation. More... | |
virtual bool | fixupNeedsRelaxationAdvanced (const MCFixup &Fixup, bool Resolved, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout, const bool WasForced) const |
Target specific predicate for whether a given fixup requires the associated instruction to be relaxed. More... | |
virtual bool | relaxDwarfLineAddr (MCDwarfLineAddrFragment &DF, MCAsmLayout &Layout, bool &WasRelaxed) const |
virtual bool | relaxDwarfCFA (MCDwarfCallFrameFragment &DF, MCAsmLayout &Layout, bool &WasRelaxed) const |
Additional Inherited Members | |
![]() | |
const support::endianness | Endian |
![]() | |
MCAsmBackend (support::endianness Endian) | |
Definition at line 24 of file LoongArchAsmBackend.h.
|
inline |
Definition at line 29 of file LoongArchAsmBackend.h.
|
inlineoverride |
Definition at line 31 of file LoongArchAsmBackend.h.
|
overridevirtual |
Apply the Value
for given Fixup
into the provided data fragment, at the offset specified by the fixup and following the fixup kind as appropriate.
Errors (such as an out of range fixup value) should be reported via Ctx
. The STI
is present only for fragments of type MCRelaxableFragment and MCDataFragment with hasInstructions() == true.
Implements llvm::MCAsmBackend.
Definition at line 25 of file LoongArchAsmBackend.cpp.
|
overridevirtual |
Implements llvm::MCAsmBackend.
Definition at line 57 of file LoongArchAsmBackend.cpp.
References llvm::createLoongArchELFObjectWriter().
|
inlineoverridevirtual |
Simple predicate for targets where !Resolved implies requiring relaxation.
Implements llvm::MCAsmBackend.
Definition at line 41 of file LoongArchAsmBackend.h.
|
inlineoverridevirtual |
Get the number of target specific fixup kinds.
Implements llvm::MCAsmBackend.
Definition at line 47 of file LoongArchAsmBackend.h.
|
inlineoverridevirtual |
Relax the instruction in the given fragment to the next wider instruction.
[out] | Inst | The instruction to relax, which is also the relaxed instruction. |
STI | the subtarget information for the associated instruction. |
Reimplemented from llvm::MCAsmBackend.
Definition at line 52 of file LoongArchAsmBackend.h.
|
overridevirtual |
Hook to check if a relocation is needed for some target specific reason.
Reimplemented from llvm::MCAsmBackend.
Definition at line 35 of file LoongArchAsmBackend.cpp.
|
overridevirtual |
Write an (optimal) nop sequence of Count bytes to the given output.
If the target cannot generate such a sequence, it should return an error.
Implements llvm::MCAsmBackend.
Definition at line 43 of file LoongArchAsmBackend.cpp.
References llvm::support::little.