LLVM: llvm::MachOYAML::ExportEntry Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"

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.

Address

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

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: