LLVM  3.7.0
Public Attributes | List of all members
llvm::ELFYAML::Object Struct Reference

#include <ELFYAML.h>

Collaboration diagram for llvm::ELFYAML::Object:
[legend]

Public Attributes

FileHeader Header
 
std::vector< std::unique_ptr
< Section > > 
Sections
 
LocalGlobalWeakSymbols Symbols
 

Detailed Description

Definition at line 166 of file ELFYAML.h.

Member Data Documentation

FileHeader llvm::ELFYAML::Object::Header

Definition at line 167 of file ELFYAML.h.

Referenced by llvm::yaml::MappingTraits< ELFYAML::Object >::mapping().

std::vector<std::unique_ptr<Section> > llvm::ELFYAML::Object::Sections

Definition at line 168 of file ELFYAML.h.

Referenced by llvm::yaml::MappingTraits< ELFYAML::Object >::mapping().

LocalGlobalWeakSymbols llvm::ELFYAML::Object::Symbols

Definition at line 173 of file ELFYAML.h.

Referenced by llvm::yaml::MappingTraits< ELFYAML::Object >::mapping().


The documentation for this struct was generated from the following file: