| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ObjectYAML/MachOYAML.h"
Public Attributes | |
| uint64_t | TerminalSize = 0 | 
| uint64_t | NodeOffset = 0 | 
| std::string | Name | 
| llvm::yaml::Hex64 | Flags = 0 | 
| llvm::yaml::Hex64 | Address = 0 | 
| llvm::yaml::Hex64 | Other = 0 | 
| std::string | ImportName | 
| std::vector< MachOYAML::ExportEntry > | Children | 
Definition at line 106 of file MachOYAML.h.
| llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Address = 0 | 
Definition at line 111 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| std::vector<MachOYAML::ExportEntry> llvm::MachOYAML::ExportEntry::Children | 
Definition at line 114 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping(), and llvm::yaml::MappingTraits< MachOYAML::LinkEditData >::mapping().
| llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Flags = 0 | 
Definition at line 110 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| std::string llvm::MachOYAML::ExportEntry::ImportName | 
Definition at line 113 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| std::string llvm::MachOYAML::ExportEntry::Name | 
Definition at line 109 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| uint64_t llvm::MachOYAML::ExportEntry::NodeOffset = 0 | 
Definition at line 108 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Other = 0 | 
Definition at line 112 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().
| uint64_t llvm::MachOYAML::ExportEntry::TerminalSize = 0 | 
Definition at line 107 of file MachOYAML.h.
Referenced by llvm::yaml::MappingTraits< MachOYAML::ExportEntry >::mapping().