|
LLDB mainline
|
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 |
A single symbol recovered from the Mach-O export trie.
Definition at line 33 of file MachOTrie.h.
| void TrieEntry::Dump | ( | ) | const |
Definition at line 31 of file MachOTrie.cpp.
References address, flags, import_name, name, and other.
| uint64_t lldb_private::TrieEntry::address = LLDB_INVALID_ADDRESS |
Definition at line 37 of file MachOTrie.h.
Referenced by Dump().
| uint64_t lldb_private::TrieEntry::flags |
| ConstString lldb_private::TrieEntry::import_name |
Definition at line 42 of file MachOTrie.h.
Referenced by Dump().
| ConstString lldb_private::TrieEntry::name |
Definition at line 36 of file MachOTrie.h.
Referenced by Dump().
| uint64_t lldb_private::TrieEntry::other = 0 |
Definition at line 41 of file MachOTrie.h.
Referenced by Dump().