struct LoadCommand

Declaration

struct LoadCommand { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/MachOYAML.h:72

Member Variables

public llvm::MachO::macho_load_command Data
public std::vector<Section> Sections
public std::vector<MachO::build_tool_version> Tools
public std::vector<llvm::yaml::Hex8> PayloadBytes
public std::string Content
public uint64_t ZeroPadBytes

Method Overview

Methods

ΒΆvirtual ~LoadCommand()

Declared at: llvm/include/llvm/ObjectYAML/MachOYAML.h:73