LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachOYAML::ExportEntry Struct Reference

#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::ExportEntryChildren
 

Detailed Description

Definition at line 106 of file MachOYAML.h.

Member Data Documentation

◆ Address

llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Address = 0

◆ Children

std::vector<MachOYAML::ExportEntry> llvm::MachOYAML::ExportEntry::Children

◆ Flags

llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Flags = 0

◆ ImportName

std::string llvm::MachOYAML::ExportEntry::ImportName

◆ Name

std::string llvm::MachOYAML::ExportEntry::Name

◆ NodeOffset

uint64_t llvm::MachOYAML::ExportEntry::NodeOffset = 0

◆ Other

llvm::yaml::Hex64 llvm::MachOYAML::ExportEntry::Other = 0

◆ TerminalSize

uint64_t llvm::MachOYAML::ExportEntry::TerminalSize = 0

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