LLVM API Documentation
#include <ELFYAML.h>


Public Types | |
| enum | SectionKind { RawContent, Relocation } |
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 |
| llvm::yaml::Hex64 | AddressAlign |
| llvm::ELFYAML::Section::Section | ( | SectionKind | Kind | ) | [inline] |
| llvm::ELFYAML::Section::~Section | ( | ) | [virtual] |
Definition at line 19 of file ELFYAML.cpp.
| llvm::yaml::Hex64 llvm::ELFYAML::Section::Address |
Definition at line 79 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| llvm::yaml::Hex64 llvm::ELFYAML::Section::AddressAlign |
Definition at line 81 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| ELF_SHF llvm::ELFYAML::Section::Flags |
Definition at line 78 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
Definition at line 75 of file ELFYAML.h.
Referenced by llvm::ELFYAML::RawContentSection::classof(), and llvm::ELFYAML::RelocationSection::classof().
Definition at line 80 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
Definition at line 76 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
| ELF_SHT llvm::ELFYAML::Section::Type |
Definition at line 77 of file ELFYAML.h.
Referenced by llvm::yaml::commonSectionMapping().