LLVM: llvm::MCSectionCOFF Class Reference (original) (raw)

This represents a section on Windows. More...

#include "[llvm/MC/MCSectionCOFF.h](MCSectionCOFF%5F8h%5Fsource.html)"

Public Member Functions
bool shouldOmitSectionDirective (StringRef Name) const
Decides whether a '.section' directive should be printed before the section name.
unsigned getCharacteristics () const
MCSymbol * getCOMDATSymbol () const
int getSelection () const
void setSelection (int Selection) const
bool isUnique () const
unsigned getUniqueID () const
unsigned getOrAssignWinCFISectionID (unsigned *NextID) const
Public Member Functions inherited from llvm::MCSection
MCSection (const MCSection &)=delete
MCSection & operator= (const MCSection &)=delete
StringRef getName () const
bool isText () const
MCSymbol * getBeginSymbol ()
const MCSymbol * getBeginSymbol () const
void setBeginSymbol (MCSymbol *Sym)
MCSymbol * getEndSymbol (MCContext &Ctx)
bool hasEnded () const
Align getAlign () const
void setAlignment (Align Value)
void ensureMinAlignment (Align MinAlignment)
Makes sure that Alignment is at least MinAlignment.
unsigned getOrdinal () const
void setOrdinal (unsigned Value)
bool hasInstructions () const
void setHasInstructions (bool Value)
bool isRegistered () const
void setIsRegistered (bool Value)
unsigned firstLinkerRelaxable () const
bool isLinkerRelaxable () const
void setFirstLinkerRelaxable (unsigned Order)
MCFragment & getDummyFragment ()
FragList * curFragList () const
iterator begin () const
iterator end () const
void dump (DenseMap< const MCFragment *, SmallVector< const MCSymbol *, 0 > > *FragToSyms=nullptr) const
bool isBssSection () const
Check whether this section is "virtual", that is has no actual object file contents.
Friends
class MCContext
class MCAsmInfoCOFF
Additional Inherited Members
Public Attributes inherited from llvm::MCSection
friend MCAssembler
friend MCObjectStreamer
Static Public Attributes inherited from llvm::MCSection
static constexpr unsigned NonUniqueID = ~0U
Protected Member Functions inherited from llvm::MCSection
MCSection (StringRef Name, bool IsText, bool IsBss, MCSymbol *Begin)
Protected Attributes inherited from llvm::MCSection
StringRef Name

This represents a section on Windows.

Definition at line 27 of file MCSectionCOFF.h.

getCharacteristics()

unsigned llvm::MCSectionCOFF::getCharacteristics ( ) const inline

getCOMDATSymbol()

MCSymbol * llvm::MCSectionCOFF::getCOMDATSymbol ( ) const inline

getOrAssignWinCFISectionID()

unsigned llvm::MCSectionCOFF::getOrAssignWinCFISectionID ( unsigned * NextID) const inline

getSelection()

int llvm::MCSectionCOFF::getSelection ( ) const inline

getUniqueID()

unsigned llvm::MCSectionCOFF::getUniqueID ( ) const inline

isImplicitlyDiscardable()

bool llvm::MCSectionCOFF::isImplicitlyDiscardable ( StringRef Name) inlinestatic

isUnique()

bool llvm::MCSectionCOFF::isUnique ( ) const inline

setSelection()

void MCSectionCOFF::setSelection ( int Selection ) const

shouldOmitSectionDirective()

bool MCSectionCOFF::shouldOmitSectionDirective ( StringRef Name ) const

MCAsmInfoCOFF

MCContext


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