LLDB mainline
TrieEntry Struct Reference

Public Member Functions

void Dump () const

Public Attributes

ConstString name
uint64_t address = LLDB_INVALID_ADDRESS
uint64_t flags
uint64_t other = 0
ConstString import_name

Detailed Description

Definition at line 1940 of file ObjectFileMachO.cpp.

Member Function Documentation

◆ Dump()

void TrieEntry::Dump ( ) const
inline

Definition at line 1941 of file ObjectFileMachO.cpp.

References address, flags, import_name, name, and other.

Member Data Documentation

◆ address

uint64_t TrieEntry::address = LLDB_INVALID_ADDRESS

Definition at line 1952 of file ObjectFileMachO.cpp.

Referenced by Dump(), and ParseTrieEntries().

◆ flags

uint64_t TrieEntry::flags
Initial value:
=
0

Definition at line 1953 of file ObjectFileMachO.cpp.

Referenced by Dump(), and ParseTrieEntries().

◆ import_name

ConstString TrieEntry::import_name

Definition at line 1957 of file ObjectFileMachO.cpp.

Referenced by Dump(), and ParseTrieEntries().

◆ name

ConstString TrieEntry::name

Definition at line 1951 of file ObjectFileMachO.cpp.

Referenced by Dump(), and ParseTrieEntries().

◆ other

uint64_t TrieEntry::other = 0

Definition at line 1956 of file ObjectFileMachO.cpp.

Referenced by Dump(), and ParseTrieEntries().


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