LLVM 22.0.0git
Friends | List of all members
llvm::MCSectionSPIRV Class Referencefinal

#include "llvm/MC/MCSectionSPIRV.h"

Inheritance diagram for llvm::MCSectionSPIRV:
[legend]

Friends

class MCContext
 

Additional Inherited Members

- Public Member Functions inherited from llvm::MCSection
 MCSection (const MCSection &)=delete
 
MCSectionoperator= (const MCSection &)=delete
 
StringRef getName () const
 
bool isText () const
 
MCSymbolgetBeginSymbol ()
 
const MCSymbolgetBeginSymbol () const
 
void setBeginSymbol (MCSymbol *Sym)
 
MCSymbolgetEndSymbol (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)
 
MCFragmentgetDummyFragment ()
 
FragListcurFragList () 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.
 
- 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
 

Detailed Description

Definition at line 21 of file MCSectionSPIRV.h.

Friends And Related Function Documentation

◆ MCContext

friend class MCContext
friend

Definition at line 22 of file MCSectionSPIRV.h.


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