LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::MachOYAML::LoadCommand Struct Reference

#include <MachOYAML.h>

Collaboration diagram for llvm::MachOYAML::LoadCommand:
[legend]

Public Member Functions

virtual ~LoadCommand ()
 

Public Attributes

llvm::MachO::macho_load_command Data
 
std::vector< SectionSections
 
std::vector< llvm::yaml::Hex8 > PayloadBytes
 
std::string PayloadString
 
uint64_t ZeroPadBytes
 

Detailed Description

Definition at line 52 of file MachOYAML.h.

Constructor & Destructor Documentation

llvm::MachOYAML::LoadCommand::~LoadCommand ( )
virtual

Definition at line 24 of file MachOYAML.cpp.

Member Data Documentation

llvm::MachO::macho_load_command llvm::MachOYAML::LoadCommand::Data
std::vector<llvm::yaml::Hex8> llvm::MachOYAML::LoadCommand::PayloadBytes
std::string llvm::MachOYAML::LoadCommand::PayloadString

Definition at line 57 of file MachOYAML.h.

std::vector<Section> llvm::MachOYAML::LoadCommand::Sections

Definition at line 55 of file MachOYAML.h.

uint64_t llvm::MachOYAML::LoadCommand::ZeroPadBytes

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