LLVM 20.0.0git
|
#include "llvm/MC/MCSectionGOFF.h"
Static Public Member Functions | |
static bool | classof (const MCSection *S) |
Friends | |
class | MCContext |
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 |
Definition at line 26 of file MCSectionGOFF.h.
Definition at line 48 of file MCSectionGOFF.h.
References llvm::MCSection::getVariant(), and llvm::MCSection::SV_GOFF.
|
inline |
Definition at line 45 of file MCSectionGOFF.h.
|
inline |
Definition at line 46 of file MCSectionGOFF.h.
|
inlineoverridevirtual |
Implements llvm::MCSection.
Definition at line 37 of file MCSectionGOFF.h.
References llvm::MCSection::getName(), and OS.
|
inlineoverridevirtual |
Return true if a .align directive should use "optimized nops" to fill instead of 0s.
Implements llvm::MCSection.
Definition at line 43 of file MCSectionGOFF.h.
|
friend |
Definition at line 31 of file MCSectionGOFF.h.