LLVM  4.0.0
Public Attributes | List of all members
llvm::yaml::YamlObjectFile Struct Reference

#include <ObjectYAML.h>

Collaboration diagram for llvm::yaml::YamlObjectFile:
[legend]

Public Attributes

std::unique_ptr< ELFYAML::ObjectElf
 
std::unique_ptr< COFFYAML::ObjectCoff
 
std::unique_ptr
< MachOYAML::Object
MachO
 
std::unique_ptr
< MachOYAML::UniversalBinary
FatMachO
 

Detailed Description

Definition at line 21 of file ObjectYAML.h.

Member Data Documentation

std::unique_ptr<COFFYAML::Object> llvm::yaml::YamlObjectFile::Coff

Definition at line 23 of file ObjectYAML.h.

std::unique_ptr<ELFYAML::Object> llvm::yaml::YamlObjectFile::Elf

Definition at line 22 of file ObjectYAML.h.

std::unique_ptr<MachOYAML::UniversalBinary> llvm::yaml::YamlObjectFile::FatMachO

Definition at line 25 of file ObjectYAML.h.

std::unique_ptr<MachOYAML::Object> llvm::yaml::YamlObjectFile::MachO

Definition at line 24 of file ObjectYAML.h.


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