LLVM 22.0.0git
|
#include "llvm/MC/MCSectionGOFF.h"
Friends | |
class | MCContext |
class | MCAsmInfoGOFF |
class | MCSymbolGOFF |
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 |
Definition at line 29 of file MCSectionGOFF.h.
|
inline |
Definition at line 95 of file MCSectionGOFF.h.
References assert(), EDAttributes, and isED().
|
inline |
Definition at line 78 of file MCSectionGOFF.h.
Referenced by llvm::MCGOFFStreamer::changeSection(), and llvm::TargetLoweringObjectFileGOFF::getSectionForLSDA().
|
inline |
Definition at line 99 of file MCSectionGOFF.h.
References assert(), isPR(), and PRAttributes.
|
inline |
Definition at line 91 of file MCSectionGOFF.h.
References assert(), isSD(), and SDAttributes.
|
inline |
Definition at line 84 of file MCSectionGOFF.h.
|
inline |
Definition at line 105 of file MCSectionGOFF.h.
References assert(), EDAttributes, llvm::GOFF::ESD_TS_ByteOriented, getParent(), llvm::MCSection::isBssSection(), isED(), and isPR().
|
inline |
Definition at line 81 of file MCSectionGOFF.h.
Referenced by MCSymbolGOFF.
|
inline |
Definition at line 87 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_ElementDefinition.
Referenced by getEDAttributes(), and getTextStyle().
|
inline |
Definition at line 88 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_PartReference.
Referenced by getPRAttributes(), and getTextStyle().
|
inline |
Definition at line 86 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_SectionDefinition.
Referenced by getSDAttributes().
|
inline |
Definition at line 115 of file MCSectionGOFF.h.
|
inline |
Definition at line 117 of file MCSectionGOFF.h.
References llvm::MCSection::Name.
Referenced by llvm::TargetLoweringObjectFileGOFF::getModuleMetadata().
|
friend |
Definition at line 55 of file MCSectionGOFF.h.
References MCAsmInfoGOFF.
Referenced by MCAsmInfoGOFF.
|
friend |
|
friend |
Definition at line 56 of file MCSectionGOFF.h.
References isBSS(), llvm::MCSection::isText(), llvm::MCSection::MCSection(), MCSymbolGOFF, llvm::MCSection::Name, and SDAttributes.
Referenced by MCSymbolGOFF.
GOFF::EDAttr llvm::MCSectionGOFF::EDAttributes |
Definition at line 36 of file MCSectionGOFF.h.
Referenced by getEDAttributes(), and getTextStyle().
GOFF::PRAttr llvm::MCSectionGOFF::PRAttributes |
Definition at line 37 of file MCSectionGOFF.h.
Referenced by getPRAttributes().
GOFF::SDAttr llvm::MCSectionGOFF::SDAttributes |
Definition at line 35 of file MCSectionGOFF.h.
Referenced by getSDAttributes(), and MCSymbolGOFF.