|
LLVM
8.0.1
|
#include "llvm/ObjectYAML/ELFYAML.h"


Public Member Functions | |
| NoBitsSection () | |
Public Member Functions inherited from llvm::ELFYAML::Section | |
| Section (SectionKind Kind) | |
| virtual | ~Section () |
Static Public Member Functions | |
| static bool | classof (const Section *S) |
Public Attributes | |
| llvm::yaml::Hex64 | Size |
Public Attributes inherited from llvm::ELFYAML::Section | |
| SectionKind | Kind |
| StringRef | Name |
| ELF_SHT | Type |
| ELF_SHF | Flags |
| llvm::yaml::Hex64 | Address |
| StringRef | Link |
| StringRef | Info |
| llvm::yaml::Hex64 | AddressAlign |
| Optional< llvm::yaml::Hex64 > | EntSize |
Additional Inherited Members | |
Public Types inherited from llvm::ELFYAML::Section | |
| enum | SectionKind { SectionKind::Group, SectionKind::RawContent, SectionKind::Relocation, SectionKind::NoBits, SectionKind::MipsABIFlags } |
Definition at line 148 of file ELFYAML.h.
References llvm::ELFYAML::Section::Kind.
| llvm::yaml::Hex64 llvm::ELFYAML::NoBitsSection::Size |
Definition at line 144 of file ELFYAML.h.
Referenced by llvm::yaml::sectionMapping().
1.8.13