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

#include <ARMAsmBackend.h>

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

Public Member Functions

 ARMAsmBackend (const Target &T, const Triple &TT, bool IsLittle)
 
 ~ARMAsmBackend () override
 
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...
 
void processFixupValue (const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, const MCValue &Target, uint64_t &Value, bool &IsResolved) override
 processFixupValue - Target hook to process the literal value of a fixup if necessary. More...
 
unsigned adjustFixupValue (const MCFixup &Fixup, uint64_t Value, bool IsPCRel, MCContext *Ctx, bool IsLittleEndian, bool IsResolved) const
 
void applyFixup (const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) 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
 
bool mayNeedRelaxation (const MCInst &Inst) const override
 Check whether the given instruction may need relaxation. More...
 
const char * reasonForFixupRelaxation (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 (uint64_t Count, MCObjectWriter *OW) 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)
 
bool isLittle () const
 
- Public Member Functions inherited from llvm::MCAsmBackend
virtual ~MCAsmBackend ()
 
virtual void reset ()
 lifetime management More...
 
virtual MCObjectWritercreateObjectWriter (raw_pwrite_stream &OS) const =0
 Create a new MCObjectWriter instance for use by the assembler backend to emit the final object file. More...
 
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 Optional< MCFixupKindgetFixupKind (StringRef Name) const
 Map a relocation name used in .reloc to a fixup kind. More...
 
virtual bool fixupNeedsRelaxationAdvanced (const MCFixup &Fixup, bool Resolved, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const
 Target specific predicate for whether a given fixup requires the associated instruction to be relaxed. More...
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::MCAsmBackend
 MCAsmBackend ()
 

Detailed Description

Definition at line 21 of file ARMAsmBackend.h.

Constructor & Destructor Documentation

llvm::ARMAsmBackend::ARMAsmBackend ( const Target T,
const Triple TT,
bool  IsLittle 
)
inline

Definition at line 26 of file ARMAsmBackend.h.

llvm::ARMAsmBackend::~ARMAsmBackend ( )
inlineoverride

Definition at line 31 of file ARMAsmBackend.h.

Member Function Documentation

unsigned ARMAsmBackend::adjustFixupValue ( const MCFixup Fixup,
uint64_t  Value,
bool  IsPCRel,
MCContext Ctx,
bool  IsLittleEndian,
bool  IsResolved 
) const
void ARMAsmBackend::applyFixup ( const MCFixup Fixup,
char *  Data,
unsigned  DataSize,
uint64_t  Value,
bool  IsPCRel 
) 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.

Implements llvm::MCAsmBackend.

Definition at line 848 of file ARMAsmBackend.cpp.

References adjustFixupValue(), assert(), getFixupKindContainerSizeBytes(), getFixupKindNumBytes(), llvm::MCFixup::getKind(), llvm::MCFixup::getOffset(), i, and Offset.

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 255 of file ARMAsmBackend.cpp.

References reasonForFixupRelaxation().

const MCFixupKindInfo & ARMAsmBackend::getFixupKindInfo ( MCFixupKind  Kind) const
overridevirtual
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.

Referenced by getFixupKindInfo().

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

Definition at line 73 of file ARMAsmBackend.h.

unsigned ARMAsmBackend::getRelaxedOpcode ( unsigned  Op) const

Definition at line 174 of file ARMAsmBackend.cpp.

References llvm::MCSubtargetInfo::getFeatureBits().

Referenced by mayNeedRelaxation(), and relaxInstruction().

void ARMAsmBackend::handleAssemblerFlag ( MCAssemblerFlag  Flag)
overridevirtual

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

Reimplemented from llvm::MCAsmBackend.

Definition at line 161 of file ARMAsmBackend.cpp.

References llvm::MCAF_Code16, llvm::MCAF_Code32, and setIsThumb().

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

Definition at line 37 of file ARMAsmBackend.h.

References llvm::MCSubtargetInfo::getFeatureBits().

Referenced by writeNopData().

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

Definition at line 76 of file ARMAsmBackend.h.

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

Definition at line 74 of file ARMAsmBackend.h.

Referenced by writeNopData().

bool ARMAsmBackend::mayNeedRelaxation ( const MCInst Inst) const
overridevirtual

Check whether the given instruction may need relaxation.

Parameters
Inst- The instruction to test.

Implements llvm::MCAsmBackend.

Definition at line 196 of file ARMAsmBackend.cpp.

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

void ARMAsmBackend::processFixupValue ( const MCAssembler Asm,
const MCAsmLayout Layout,
const MCFixup Fixup,
const MCFragment DF,
const MCValue Target,
uint64_t &  Value,
bool IsResolved 
)
overridevirtual
const char * ARMAsmBackend::reasonForFixupRelaxation ( const MCFixup Fixup,
uint64_t  Value 
) const
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 261 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().

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

Definition at line 75 of file ARMAsmBackend.h.

Referenced by handleAssemblerFlag().

bool ARMAsmBackend::writeNopData ( uint64_t  Count,
MCObjectWriter OW 
) 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 292 of file ARMAsmBackend.cpp.

References hasNOP(), i, isThumb(), llvm::MCObjectWriter::write16(), llvm::MCObjectWriter::write32(), and llvm::MCObjectWriter::write8().


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