LLDB mainline
lldb_private::TrieEntry Struct Reference

A single symbol recovered from the Mach-O export trie. More...

#include <MachOTrie.h>

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

A single symbol recovered from the Mach-O export trie.

Definition at line 33 of file MachOTrie.h.

Member Function Documentation

◆ Dump()

void TrieEntry::Dump ( ) const

Definition at line 31 of file MachOTrie.cpp.

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

Member Data Documentation

◆ address

uint64_t lldb_private::TrieEntry::address = LLDB_INVALID_ADDRESS

Definition at line 37 of file MachOTrie.h.

Referenced by Dump().

◆ flags

uint64_t lldb_private::TrieEntry::flags
Initial value:
=
0

Definition at line 38 of file MachOTrie.h.

Referenced by Dump().

◆ import_name

ConstString lldb_private::TrieEntry::import_name

Definition at line 42 of file MachOTrie.h.

Referenced by Dump().

◆ name

ConstString lldb_private::TrieEntry::name

Definition at line 36 of file MachOTrie.h.

Referenced by Dump().

◆ other

uint64_t lldb_private::TrieEntry::other = 0

Definition at line 41 of file MachOTrie.h.

Referenced by Dump().


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