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

#include "llvm/ObjectYAML/MachOYAML.h"

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

Public Member Functions

virtual ~LoadCommand ()
 

Public Attributes

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

Detailed Description

Definition at line 56 of file MachOYAML.h.

Constructor & Destructor Documentation

◆ ~LoadCommand()

llvm::MachOYAML::LoadCommand::~LoadCommand ( )
virtualdefault

Member Data Documentation

◆ Data

llvm::MachO::macho_load_command llvm::MachOYAML::LoadCommand::Data

◆ PayloadBytes

std::vector<llvm::yaml::Hex8> llvm::MachOYAML::LoadCommand::PayloadBytes

◆ PayloadString

std::string llvm::MachOYAML::LoadCommand::PayloadString

Definition at line 63 of file MachOYAML.h.

◆ Sections

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

Definition at line 60 of file MachOYAML.h.

◆ Tools

std::vector<MachO::build_tool_version> llvm::MachOYAML::LoadCommand::Tools

Definition at line 61 of file MachOYAML.h.

◆ ZeroPadBytes

uint64_t llvm::MachOYAML::LoadCommand::ZeroPadBytes

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