LLVM: llvm::MachOYAML::Object Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| bool | IsLittleEndian |
| FileHeader | Header |
| std::vector< LoadCommand > | LoadCommands |
| std::vector< Section > | Sections |
| LinkEditData | LinkEdit |
| std::optional< llvm::yaml::BinaryRef > | RawLinkEditSegment |
| DWARFYAML::Data | DWARF |
Definition at line 139 of file MachOYAML.h.
◆ DWARF
◆ Header
◆ IsLittleEndian
bool llvm::MachOYAML::Object::IsLittleEndian
◆ LinkEdit
◆ LoadCommands
std::vector<LoadCommand> llvm::MachOYAML::Object::LoadCommands
◆ RawLinkEditSegment
◆ Sections
std::vector<Section> llvm::MachOYAML::Object::Sections
The documentation for this struct was generated from the following file:
- include/llvm/ObjectYAML/MachOYAML.h