LLVM 20.0.0git
|
#include "llvm/MC/MCSectionXCOFF.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 32 of file MCSectionXCOFF.h.
|
default |
Definition at line 98 of file MCSectionXCOFF.h.
References llvm::MCSection::getVariant(), and llvm::MCSection::SV_XCOFF.
|
inline |
Definition at line 130 of file MCSectionXCOFF.h.
|
inline |
Definition at line 112 of file MCSectionXCOFF.h.
References assert(), and isCsect().
Referenced by printSwitchToSection().
|
inline |
Definition at line 127 of file MCSectionXCOFF.h.
Referenced by printSwitchToSection().
|
inline |
Definition at line 133 of file MCSectionXCOFF.h.
Referenced by printSwitchToSection(), and useCodeAlign().
|
inline |
Definition at line 102 of file MCSectionXCOFF.h.
References assert(), and isCsect().
Referenced by printSwitchToSection().
|
inline |
Definition at line 116 of file MCSectionXCOFF.h.
Referenced by createMCSymbolForTlsGetAddr(), llvm::TargetLoweringObjectFileXCOFF::getFunctionEntryPointSymbol(), and transformCallee().
|
inline |
Definition at line 106 of file MCSectionXCOFF.h.
|
inline |
Definition at line 122 of file MCSectionXCOFF.h.
Referenced by llvm::MCSymbolXCOFF::getRepresentedCsect().
|
inline |
Definition at line 109 of file MCSectionXCOFF.h.
|
inline |
Definition at line 125 of file MCSectionXCOFF.h.
Referenced by getCSectType(), getMappingClass(), and printSwitchToSection().
|
inline |
Definition at line 126 of file MCSectionXCOFF.h.
Referenced by printSwitchToSection().
|
inline |
Definition at line 124 of file MCSectionXCOFF.h.
Referenced by llvm::MCContext::getXCOFFSection().
|
overridevirtual |
Implements llvm::MCSection.
Definition at line 26 of file MCSectionXCOFF.cpp.
References assert(), llvm::format(), getCSectType(), getDwarfSubtypeFlags(), getKind(), getMappingClass(), llvm::MCSection::getName(), isCsect(), isDwarfSect(), llvm::MCSection::isText(), OS, llvm::report_fatal_error(), llvm::XCOFF::XMC_BS, llvm::XCOFF::XMC_DS, llvm::XCOFF::XMC_PR, llvm::XCOFF::XMC_RO, llvm::XCOFF::XMC_RW, llvm::XCOFF::XMC_TC, llvm::XCOFF::XMC_TC0, llvm::XCOFF::XMC_TD, llvm::XCOFF::XMC_TE, llvm::XCOFF::XMC_TL, llvm::XCOFF::XMC_UL, and llvm::XCOFF::XTY_CM.
|
inline |
Definition at line 123 of file MCSectionXCOFF.h.
|
overridevirtual |
Return true if a .align directive should use "optimized nops" to fill instead of 0s.
Implements llvm::MCSection.
Definition at line 134 of file MCSectionXCOFF.cpp.
References getKind(), and llvm::SectionKind::isText().
|
friend |
Definition at line 33 of file MCSectionXCOFF.h.