|
LLVM
4.0.0
|
#include <COFFYAML.h>
Public Member Functions | |
| Section () | |
Public Attributes | |
| COFF::section | Header |
| unsigned | Alignment = 0 |
| yaml::BinaryRef | SectionData |
| std::vector< Relocation > | Relocations |
| StringRef | Name |
Definition at line 55 of file COFFYAML.h.
| llvm::COFFYAML::Section::Section | ( | ) |
Definition at line 20 of file COFFYAML.cpp.
References Header.
| unsigned llvm::COFFYAML::Section::Alignment = 0 |
Definition at line 57 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
| COFF::section llvm::COFFYAML::Section::Header |
Definition at line 56 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping(), and Section().
| StringRef llvm::COFFYAML::Section::Name |
Definition at line 60 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
| std::vector<Relocation> llvm::COFFYAML::Section::Relocations |
Definition at line 59 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
| yaml::BinaryRef llvm::COFFYAML::Section::SectionData |
Definition at line 58 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
1.8.6