LLVM API Documentation

Public Attributes
llvm::ELFYAML::Object Struct Reference

#include <ELFYAML.h>

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

List of all members.

Public Attributes

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

Detailed Description

Definition at line 107 of file ELFYAML.h.


Member Data Documentation

Definition at line 108 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 109 of file ELFYAML.h.

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

Definition at line 114 of file ELFYAML.h.

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


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