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

#include "llvm/ObjectYAML/MachOYAML.h"

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 Content
 
uint64_t ZeroPadBytes
 

Detailed Description

Definition at line 73 of file MachOYAML.h.

Constructor & Destructor Documentation

◆ ~LoadCommand()

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

Member Data Documentation

◆ Content

std::string llvm::MachOYAML::LoadCommand::Content

◆ Data

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

◆ PayloadBytes

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

◆ Sections

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

◆ Tools

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

◆ ZeroPadBytes

uint64_t llvm::MachOYAML::LoadCommand::ZeroPadBytes

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