LLVM  8.0.1
Public Member Functions | List of all members
llvm::ARMAsmBackend Class Reference

#include "Target/ARM/MCTargetDesc/ARMAsmBackend.h"

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

Public Member Functions

 ARMAsmBackend (const Target &T, const MCSubtargetInfo &STI, support::endianness Endian)
 
unsigned getNumFixupKinds () const override
 Get the number of target specific fixup kinds. More...
 
bool hasNOP () const
 
const MCFixupKindInfogetFixupKindInfo (MCFixupKind Kind) const override
 Get information on a fixup kind. 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...
 
unsigned adjustFixupValue (const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, uint64_t Value, bool IsResolved, MCContext &Ctx, const MCSubtargetInfo *STI) const
 
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...
 
unsigned getRelaxedOpcode (unsigned Op, const MCSubtargetInfo &STI) const
 
bool mayNeedRelaxation (const MCInst &Inst, const MCSubtargetInfo &STI) const override
 Check whether the given instruction may need relaxation. More...
 
const charreasonForFixupRelaxation (const MCFixup &Fixup, uint64_t Value) const
 
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...
 
void relaxInstruction (const MCInst &Inst, const MCSubtargetInfo &STI, MCInst &Res) const override
 Relax the instruction in the given fragment to the next wider instruction. More...
 
bool writeNopData (raw_ostream &OS, uint64_t Count) const override
 Write an (optimal) nop sequence of Count bytes to the given output. More...
 
void handleAssemblerFlag (MCAssemblerFlag Flag) override
 Handle any target-specific assembler flags. By default, do nothing. More...
 
unsigned getPointerSize () const
 
bool isThumb () const
 
void setIsThumb (bool it)
 
- Public Member Functions inherited from llvm::MCAsmBackend
 MCAsmBackend (const MCAsmBackend &)=delete
 
MCAsmBackendoperator= (const MCAsmBackend &)=delete
 
virtual ~MCAsmBackend ()
 
virtual void reset ()
 lifetime management More...
 
std::unique_ptr< MCObjectWritercreateObjectWriter (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< MCObjectWritercreateDwoObjectWriter (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 std::unique_ptr< MCObjectTargetWritercreateObjectTargetWriter () const =0
 
virtual unsigned getMinimumNopSize () const
 Returns the minimum 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 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...
 
void handleCodePaddingBasicBlockStart (MCObjectStreamer *OS, const MCCodePaddingContext &Context)
 Handles all target related code padding when starting to write a new basic block to an object file. More...
 
void handleCodePaddingBasicBlockEnd (const MCCodePaddingContext &Context)
 Handles all target related code padding after writing a block to an object file. More...
 
void handleCodePaddingInstructionBegin (const MCInst &Inst)
 Handles all target related code padding before writing a new instruction to an object file. More...
 
void handleCodePaddingInstructionEnd (const MCInst &Inst)
 Handles all target related code padding after writing an instruction to an object file. More...
 
bool relaxFragment (MCPaddingFragment *PF, MCAsmLayout &Layout)
 Relaxes a fragment (changes the size of the padding) according to target requirements. More...
 
virtual Optional< MCFixupKindgetFixupKind (StringRef Name) const
 Map a relocation name used in .reloc to a fixup kind. More...
 
virtual bool requiresDiffExpressionRelocations () const
 Check whether the given target requires emitting differences of two symbols as a set of relocations. 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...
 

Additional Inherited Members

- Public Attributes inherited from llvm::MCAsmBackend
const support::endianness Endian
 
- Protected Member Functions inherited from llvm::MCAsmBackend
 MCAsmBackend (support::endianness Endian)
 

Detailed Description

Definition at line 21 of file ARMAsmBackend.h.

Constructor & Destructor Documentation

◆ ARMAsmBackend()

llvm::ARMAsmBackend::ARMAsmBackend ( const Target T,
const MCSubtargetInfo STI,
support::endianness  Endian 
)
inline

Definition at line 28 of file ARMAsmBackend.h.

Member Function Documentation

◆ adjustFixupValue()

unsigned ARMAsmBackend::adjustFixupValue ( const MCAssembler Asm,
const MCFixup Fixup,
const MCValue Target,
uint64_t  Value,
bool  IsResolved,
MCContext Ctx,
const MCSubtargetInfo STI 
) const

Definition at line 362 of file ARMAsmBackend.cpp.

References assert(), llvm::ARM::fixup_arm_adr_pcrel_12, llvm::ARM::fixup_arm_blx, llvm::ARM::fixup_arm_condbl, llvm::ARM::fixup_arm_condbranch, llvm::ARM::fixup_arm_ldst_pcrel_12, llvm::ARM::fixup_arm_mod_imm, llvm::ARM::fixup_arm_movt_hi16, llvm::ARM::fixup_arm_movw_lo16, llvm::ARM::fixup_arm_pcrel_10, llvm::ARM::fixup_arm_pcrel_10_unscaled, llvm::ARM::fixup_arm_pcrel_9, llvm::ARM::fixup_arm_thumb_bcc, llvm::ARM::fixup_arm_thumb_bl, llvm::ARM::fixup_arm_thumb_blx, llvm::ARM::fixup_arm_thumb_br, llvm::ARM::fixup_arm_thumb_cb, llvm::ARM::fixup_arm_thumb_cp, llvm::ARM::fixup_arm_uncondbl, llvm::ARM::fixup_arm_uncondbranch, llvm::ARM::fixup_t2_adr_pcrel_12, llvm::ARM::fixup_t2_condbranch, llvm::ARM::fixup_t2_ldst_pcrel_12, llvm::ARM::fixup_t2_movt_hi16, llvm::ARM::fixup_t2_movw_lo16, llvm::ARM::fixup_t2_pcrel_10, llvm::ARM::fixup_t2_pcrel_9, llvm::ARM::fixup_t2_so_imm, llvm::ARM::fixup_t2_uncondbranch, llvm::ARM::fixup_thumb_adr_pcrel_10, llvm::FK_Data_1, llvm::FK_Data_2, llvm::FK_Data_4, llvm::FK_SecRel_2, llvm::FK_SecRel_4, llvm::MCSubtargetInfo::getFeatureBits(), llvm::MCFixup::getKind(), llvm::MCFixup::getLoc(), llvm::ARM_AM::getSOImmVal(), llvm::MCValue::getSymA(), llvm::ARM_AM::getT2SOImmVal(), llvm::MCSubtargetInfo::getTargetTriple(), llvm::MCFixup::getValue(), I, llvm::Triple::isOSBinFormatELF(), llvm::MCAssembler::isThumbFunc(), joinHalfWords(), Kind, llvm::support::little, LLVM_FALLTHROUGH, llvm::MCContext::reportError(), swapHalfWords(), and llvm::MCSymbolRefExpr::VK_TLSCALL.

Referenced by hasNOP().

◆ applyFixup()

void ARMAsmBackend::applyFixup ( const MCAssembler Asm,
const MCFixup Fixup,
const MCValue Target,
MutableArrayRef< char Data,
uint64_t  Value,
bool  IsResolved,
const MCSubtargetInfo STI 
) const
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 903 of file ARMAsmBackend.cpp.

References adjustFixupValue(), assert(), llvm::support::big, llvm::MCAssembler::getContext(), getFixupKindContainerSizeBytes(), getFixupKindNumBytes(), llvm::MCFixup::getKind(), llvm::MCFixup::getOffset(), llvm::support::little, and llvm::ArrayRef< T >::size().

Referenced by hasNOP().

◆ fixupNeedsRelaxation()

bool ARMAsmBackend::fixupNeedsRelaxation ( const MCFixup Fixup,
uint64_t  Value,
const MCRelaxableFragment DF,
const MCAsmLayout Layout 
) const
overridevirtual

Simple predicate for targets where !Resolved implies requiring relaxation.

Implements llvm::MCAsmBackend.

Definition at line 259 of file ARMAsmBackend.cpp.

Referenced by hasNOP().

◆ getFixupKindInfo()

const MCFixupKindInfo & ARMAsmBackend::getFixupKindInfo ( MCFixupKind  Kind) const
overridevirtual

◆ getNumFixupKinds()

unsigned llvm::ARMAsmBackend::getNumFixupKinds ( ) const
inlineoverridevirtual

Get the number of target specific fixup kinds.

Implements llvm::MCAsmBackend.

Definition at line 33 of file ARMAsmBackend.h.

References llvm::ARM::NumTargetFixupKinds.

◆ getPointerSize()

unsigned llvm::ARMAsmBackend::getPointerSize ( ) const
inline

Definition at line 75 of file ARMAsmBackend.h.

◆ getRelaxedOpcode()

unsigned ARMAsmBackend::getRelaxedOpcode ( unsigned  Op,
const MCSubtargetInfo STI 
) const

Definition at line 176 of file ARMAsmBackend.cpp.

References llvm::MCSubtargetInfo::getFeatureBits().

Referenced by hasNOP().

◆ handleAssemblerFlag()

void ARMAsmBackend::handleAssemblerFlag ( MCAssemblerFlag  Flag)
overridevirtual

Handle any target-specific assembler flags. By default, do nothing.

Reimplemented from llvm::MCAsmBackend.

Definition at line 163 of file ARMAsmBackend.cpp.

References llvm::MCAF_Code16, and llvm::MCAF_Code32.

Referenced by hasNOP().

◆ hasNOP()

bool llvm::ARMAsmBackend::hasNOP ( ) const
inline

◆ isThumb()

bool llvm::ARMAsmBackend::isThumb ( ) const
inline

Definition at line 76 of file ARMAsmBackend.h.

◆ mayNeedRelaxation()

bool ARMAsmBackend::mayNeedRelaxation ( const MCInst Inst,
const MCSubtargetInfo STI 
) const
overridevirtual

Check whether the given instruction may need relaxation.

Parameters
Inst- The instruction to test.
STI- The MCSubtargetInfo in effect when the instruction was encoded.

Implements llvm::MCAsmBackend.

Definition at line 199 of file ARMAsmBackend.cpp.

References llvm::MCInst::getOpcode(), and getRelaxedOpcode().

Referenced by hasNOP().

◆ reasonForFixupRelaxation()

const char * ARMAsmBackend::reasonForFixupRelaxation ( const MCFixup Fixup,
uint64_t  Value 
) const

◆ relaxInstruction()

void ARMAsmBackend::relaxInstruction ( const MCInst Inst,
const MCSubtargetInfo STI,
MCInst Res 
) const
overridevirtual

Relax the instruction in the given fragment to the next wider instruction.

Parameters
InstThe instruction to relax, which may be the same as the output.
STIthe subtarget information for the associated instruction.
[out]ResOn return, the relaxed instruction.

Implements llvm::MCAsmBackend.

Definition at line 265 of file ARMAsmBackend.cpp.

References llvm::MCInst::addOperand(), llvm::MCOperand::createImm(), llvm::MCOperand::createReg(), llvm::MCInst::dump_pretty(), llvm::MCInst::getOpcode(), getRelaxedOpcode(), llvm::report_fatal_error(), llvm::MCInst::setOpcode(), and llvm::raw_svector_ostream::str().

Referenced by hasNOP().

◆ setIsThumb()

void llvm::ARMAsmBackend::setIsThumb ( bool  it)
inline

Definition at line 77 of file ARMAsmBackend.h.

◆ shouldForceRelocation()

bool ARMAsmBackend::shouldForceRelocation ( const MCAssembler Asm,
const MCFixup Fixup,
const MCValue Target 
)
overridevirtual

◆ writeNopData()

bool ARMAsmBackend::writeNopData ( raw_ostream OS,
uint64_t  Count 
) const
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.

Returns
- True on success.

Implements llvm::MCAsmBackend.

Definition at line 296 of file ARMAsmBackend.cpp.

References isThumb(), llvm::support::endian::write(), and llvm::raw_ostream::write().

Referenced by hasNOP().


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