|
LLVM
4.0.0
|
#include <ELFYAML.h>
Public Types | |
| enum | SectionKind { SectionKind::Group, SectionKind::RawContent, SectionKind::Relocation, SectionKind::NoBits, SectionKind::MipsABIFlags } |
Public Member Functions | |
| Section (SectionKind Kind) | |
| virtual | ~Section () |
Public Attributes | |
| SectionKind | Kind |
| StringRef | Name |
| ELF_SHT | Type |
| ELF_SHF | Flags |
| llvm::yaml::Hex64 | Address |
| StringRef | Link |
| StringRef | Info |
| llvm::yaml::Hex64 | AddressAlign |
|
strong |
|
inline |
|
virtual |
Definition at line 20 of file ELFYAML.cpp.
| llvm::yaml::Hex64 llvm::ELFYAML::Section::Address |
Definition at line 99 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| llvm::yaml::Hex64 llvm::ELFYAML::Section::AddressAlign |
Definition at line 102 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| ELF_SHF llvm::ELFYAML::Section::Flags |
Definition at line 98 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| StringRef llvm::ELFYAML::Section::Info |
Definition at line 101 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| SectionKind llvm::ELFYAML::Section::Kind |
Definition at line 95 of file ELFYAML.h.
Referenced by llvm::ELFYAML::RawContentSection::classof(), llvm::ELFYAML::NoBitsSection::classof(), llvm::ELFYAML::Group::classof(), llvm::ELFYAML::RelocationSection::classof(), and llvm::ELFYAML::MipsABIFlags::classof().
| StringRef llvm::ELFYAML::Section::Link |
Definition at line 100 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| StringRef llvm::ELFYAML::Section::Name |
Definition at line 96 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| ELF_SHT llvm::ELFYAML::Section::Type |
Definition at line 97 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
1.8.6