|
LLDB mainline
|
A TrieEntry paired with the offset of the trie node it was parsed from. More...
#include <MachOTrie.h>
Public Member Functions | |
| TrieEntryWithOffset (lldb::offset_t offset) | |
| void | Dump (uint32_t idx) const |
| bool | operator< (const TrieEntryWithOffset &other) const |
Public Attributes | |
| lldb::offset_t | nodeOffset |
| TrieEntry | entry |
A TrieEntry paired with the offset of the trie node it was parsed from.
Definition at line 46 of file MachOTrie.h.
|
inline |
Definition at line 50 of file MachOTrie.h.
References entry, and nodeOffset.
Referenced by operator<().
| void TrieEntryWithOffset::Dump | ( | uint32_t | idx | ) | const |
Definition at line 42 of file MachOTrie.cpp.
References entry, and nodeOffset.
|
inline |
Definition at line 54 of file MachOTrie.h.
References nodeOffset, and TrieEntryWithOffset().
| TrieEntry lldb_private::TrieEntryWithOffset::entry |
Definition at line 48 of file MachOTrie.h.
Referenced by Dump(), and TrieEntryWithOffset().
| lldb::offset_t lldb_private::TrieEntryWithOffset::nodeOffset |
Definition at line 47 of file MachOTrie.h.
Referenced by Dump(), operator<(), and TrieEntryWithOffset().