|
LLVM 23.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 97 of file MCSectionGOFF.h.
References assert(), EDAttributes, and isED().
|
inline |
Definition at line 123 of file MCSectionGOFF.h.
References getName(), and hasExternalName().
Referenced by llvm::GOFFObjectWriter::recordRelocation().
|
inline |
Definition at line 80 of file MCSectionGOFF.h.
Referenced by llvm::MCGOFFStreamer::changeSection(), llvm::SystemZHLASMAsmStreamer::emitLabel(), llvm::TargetLoweringObjectFileGOFF::getSectionForLSDA(), and llvm::TargetLoweringObjectFileGOFF::getStaticXtorSection().
|
inline |
Definition at line 101 of file MCSectionGOFF.h.
References assert(), isPR(), and PRAttributes.
|
inline |
Definition at line 93 of file MCSectionGOFF.h.
References assert(), isSD(), and SDAttributes.
|
inline |
Definition at line 86 of file MCSectionGOFF.h.
|
inline |
Definition at line 107 of file MCSectionGOFF.h.
References assert(), EDAttributes, llvm::GOFF::ESD_TS_ByteOriented, getParent(), llvm::MCSection::isBssSection(), isED(), and isPR().
|
inline |
Definition at line 121 of file MCSectionGOFF.h.
Referenced by getExternalName().
|
inline |
Definition at line 83 of file MCSectionGOFF.h.
Referenced by MCSymbolGOFF.
|
inline |
Definition at line 89 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_ElementDefinition.
Referenced by getEDAttributes(), and getTextStyle().
|
inline |
Definition at line 90 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_PartReference.
Referenced by getPRAttributes(), and getTextStyle().
|
inline |
Definition at line 88 of file MCSectionGOFF.h.
References llvm::GOFF::ESD_ST_SectionDefinition.
Referenced by getSDAttributes().
|
inline |
Definition at line 117 of file MCSectionGOFF.h.
|
inline |
Definition at line 122 of file MCSectionGOFF.h.
References llvm::MCSection::Name.
|
inline |
Definition at line 119 of file MCSectionGOFF.h.
References llvm::MCSection::Name.
Referenced by llvm::TargetLoweringObjectFileGOFF::getModuleMetadata().
|
friend |
Definition at line 57 of file MCSectionGOFF.h.
References MCAsmInfoGOFF.
Referenced by MCAsmInfoGOFF.
|
friend |
|
friend |
Definition at line 58 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 38 of file MCSectionGOFF.h.
Referenced by getEDAttributes(), and getTextStyle().
| GOFF::PRAttr llvm::MCSectionGOFF::PRAttributes |
Definition at line 39 of file MCSectionGOFF.h.
Referenced by getPRAttributes().
| GOFF::SDAttr llvm::MCSectionGOFF::SDAttributes |
Definition at line 37 of file MCSectionGOFF.h.
Referenced by getSDAttributes(), and MCSymbolGOFF.