LLVM: llvm::MachOYAML::LoadCommand Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual | ~LoadCommand () |
| Public Attributes | |
|---|---|
| llvm::MachO::macho_load_command | Data |
| std::vector< Section > | Sections |
| std::vector< MachO::build_tool_version > | Tools |
| 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
| llvm::MachOYAML::LoadCommand::~LoadCommand ( ) | virtualdefault |
|---|
Member Data Documentation
◆ Content
std::string llvm::MachOYAML::LoadCommand::Content
◆ Data
◆ PayloadBytes
std::vectorllvm::yaml::Hex8 llvm::MachOYAML::LoadCommand::PayloadBytes
◆ Sections
std::vector<Section> llvm::MachOYAML::LoadCommand::Sections
◆ Tools
◆ ZeroPadBytes
uint64_t llvm::MachOYAML::LoadCommand::ZeroPadBytes
The documentation for this struct was generated from the following files:
- include/llvm/ObjectYAML/MachOYAML.h
- lib/ObjectYAML/MachOYAML.cpp