LLVM
10.0.0svn
|
#include "llvm/ObjectYAML/ELFYAML.h"
Public Member Functions | |
SymtabShndxSection () | |
![]() | |
Section (SectionKind Kind, bool IsImplicit=false) | |
virtual | ~Section () |
Static Public Member Functions | |
static bool | classof (const Section *S) |
Public Attributes | |
std::vector< uint32_t > | Entries |
![]() | |
SectionKind | Kind |
StringRef | Name |
ELF_SHT | Type |
Optional< ELF_SHF > | Flags |
llvm::yaml::Hex64 | Address |
StringRef | Link |
llvm::yaml::Hex64 | AddressAlign |
Optional< llvm::yaml::Hex64 > | EntSize |
bool | IsImplicit |
Optional< llvm::yaml::Hex64 > | ShName |
Optional< llvm::yaml::Hex64 > | ShOffset |
Optional< llvm::yaml::Hex64 > | ShSize |
Additional Inherited Members | |
![]() | |
enum | SectionKind { SectionKind::Dynamic, SectionKind::Group, SectionKind::RawContent, SectionKind::Relocation, SectionKind::NoBits, SectionKind::Hash, SectionKind::Verdef, SectionKind::Verneed, SectionKind::StackSizes, SectionKind::SymtabShndxSection, SectionKind::Symver, SectionKind::MipsABIFlags, SectionKind::Addrsig } |
|
inline |
Definition at line 345 of file ELFYAML.h.
References llvm::ELFYAML::Section::Kind.
std::vector<uint32_t> llvm::ELFYAML::SymtabShndxSection::Entries |
Definition at line 341 of file ELFYAML.h.
Referenced by isMips64EL(), and llvm::yaml::sectionMapping().