#include "[llvm/ObjectYAML/ELFYAML.h](ELFYAML%5F8h%5Fsource.html)"
Inheritance diagram for llvm::ELFYAML::SectionHeaderTable:
| Static Public Attributes |
|
| static constexpr StringRef |
TypeStr = "SectionHeaderTable" |
| Additional Inherited Members |
|
| Public Types inherited from llvm::ELFYAML::Chunk |
|
| enum class |
ChunkKind { Dynamic, Group, RawContent, Relocation, Relr, NoBits, Note, Hash, GnuHash, Verdef, Verneed, StackSizes, SymtabShndxSection, Symver, ARMIndexTable, MipsABIFlags, Addrsig, LinkerOptions, DependentLibraries, CallGraphProfile, BBAddrMap, SpecialChunksStart, Fill = SpecialChunksStart , SectionHeaderTable } |
Detailed Description
Definition at line 336 of file ELFYAML.h.
Constructor & Destructor Documentation
| llvm::ELFYAML::SectionHeaderTable::SectionHeaderTable ( bool IsImplicit) |
inline |
Member Function Documentation
◆ classof()
| bool llvm::ELFYAML::SectionHeaderTable::classof ( const Chunk * S) |
inlinestatic |
| size_t llvm::ELFYAML::SectionHeaderTable::getNumHeaders ( size_t SectionsNum) const |
inline |
◆ isDefault()
| bool llvm::ELFYAML::SectionHeaderTable::isDefault ( ) const |
inline |
Member Data Documentation
◆ Excluded
std::optional<std::vector<SectionHeader> > llvm::ELFYAML::SectionHeaderTable::Excluded
std::optional<bool> llvm::ELFYAML::SectionHeaderTable::NoHeaders
◆ Sections
std::optional<std::vector<SectionHeader> > llvm::ELFYAML::SectionHeaderTable::Sections
◆ TypeStr
| StringRef llvm::ELFYAML::SectionHeaderTable::TypeStr = "SectionHeaderTable" |
staticconstexpr |
The documentation for this struct was generated from the following file: