LLVM API Documentation
#include <COFFYAML.h>

Public Member Functions | |
| Section () | |
Public Attributes | |
| COFF::section | Header |
| unsigned | Alignment |
| yaml::BinaryRef | SectionData |
| std::vector< Relocation > | Relocations |
| StringRef | Name |
Definition at line 49 of file COFFYAML.h.
Definition at line 20 of file COFFYAML.cpp.
References Header, and llvm::LibFunc::memset.
Definition at line 51 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
Definition at line 50 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping(), and Section().
Definition at line 54 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
| std::vector<Relocation> llvm::COFFYAML::Section::Relocations |
Definition at line 53 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().
Definition at line 52 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().