LLVM API Documentation
#include <COFFYAML.h>
Public Member Functions | |
Object () | |
Public Attributes | |
COFF::header | Header |
std::vector< Section > | Sections |
std::vector< Symbol > | Symbols |
Definition at line 72 of file COFFYAML.h.
Definition at line 22 of file COFFYAML.cpp.
References Header, and llvm::LibFunc::memset.
Definition at line 73 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Object >::mapping(), and Object().
std::vector<Section> llvm::COFFYAML::Object::Sections |
Definition at line 74 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Object >::mapping().
std::vector<Symbol> llvm::COFFYAML::Object::Symbols |
Definition at line 75 of file COFFYAML.h.
Referenced by llvm::yaml::MappingTraits< COFFYAML::Object >::mapping().