LLVM: llvm::MCSectionWasm Class Reference (original) (raw)
This represents a section on wasm. More...
#include "[llvm/MC/MCSectionWasm.h](MCSectionWasm%5F8h%5Fsource.html)"
Additional Inherited Members |
|
Public Types inherited from llvm::MCSection |
|
enum |
SectionVariant { SV_COFF = 0 , SV_ELF, SV_GOFF, SV_MachO, SV_Wasm, SV_XCOFF, SV_SPIRV, SV_DXContainer } |
|
|
enum |
BundleLockStateType { NotBundleLocked, BundleLocked, BundleLockedAlignToEnd } |
|
Express the state of bundle locked groups while emitting code. More... |
|
|
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 (SectionVariant V, StringRef Name, bool IsText, bool IsVirtual, MCSymbol *Begin) |
|
|
|
~MCSection () |
|
|
Protected Attributes inherited from llvm::MCSection |
|
StringRef |
Name |
|
|
SectionVariant |
Variant |
|
|
This represents a section on wasm.
Definition at line 26 of file MCSectionWasm.h.
◆ classof()
◆ 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 |
bool llvm::MCSectionWasm::isMetadata ( ) const |
inline |
◆ isUnique()
bool llvm::MCSectionWasm::isUnique ( ) const |
inline |
◆ isWasmData()
bool llvm::MCSectionWasm::isWasmData ( ) const |
inline |
◆ printSwitchToSection()
◆ 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 |
◆ shouldOmitSectionDirective()
◆ useCodeAlign()
bool MCSectionWasm::useCodeAlign ( ) const |
overridevirtual |
◆ MCContext
The documentation for this class was generated from the following files: