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

This represents a section on wasm. More...

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

Public Member Functions
const MCSymbolWasm * getGroup () const
unsigned getSegmentFlags () const
bool isWasmData () const
bool isMetadata () const
bool isUnique () const
unsigned getUniqueID () const
uint64_t getSectionOffset () const
void setSectionOffset (uint64_t Offset)
uint32_t getSegmentIndex () const
void setSegmentIndex (uint32_t Index)
bool getPassive () const
void setPassive (bool V=true)
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 MCAsmInfoWasm
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 wasm.

Definition at line 26 of file MCSectionWasm.h.

getGroup()

getPassive()

bool llvm::MCSectionWasm::getPassive ( ) const inline

getSectionOffset()

uint64_t llvm::MCSectionWasm::getSectionOffset ( ) const inline

getSegmentFlags()

unsigned llvm::MCSectionWasm::getSegmentFlags ( ) const inline

getSegmentIndex()

uint32_t llvm::MCSectionWasm::getSegmentIndex ( ) const inline

getUniqueID()

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

isMetadata()

bool llvm::MCSectionWasm::isMetadata ( ) const inline

isUnique()

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

isWasmData()

bool llvm::MCSectionWasm::isWasmData ( ) const inline

setPassive()

void llvm::MCSectionWasm::setPassive ( bool V = true) inline

setSectionOffset()

void llvm::MCSectionWasm::setSectionOffset ( uint64_t Offset) inline

setSegmentIndex()

void llvm::MCSectionWasm::setSegmentIndex ( uint32_t Index) inline

MCAsmInfoWasm

MCContext


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