LLDB mainline
lldb_private::TrieEntryWithOffset Struct Reference

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

Detailed Description

A TrieEntry paired with the offset of the trie node it was parsed from.

Definition at line 46 of file MachOTrie.h.

Constructor & Destructor Documentation

◆ TrieEntryWithOffset()

lldb_private::TrieEntryWithOffset::TrieEntryWithOffset ( lldb::offset_t offset)
inline

Definition at line 50 of file MachOTrie.h.

References entry, and nodeOffset.

Referenced by operator<().

Member Function Documentation

◆ Dump()

void TrieEntryWithOffset::Dump ( uint32_t idx) const

Definition at line 42 of file MachOTrie.cpp.

References entry, and nodeOffset.

◆ operator<()

bool lldb_private::TrieEntryWithOffset::operator< ( const TrieEntryWithOffset & other) const
inline

Definition at line 54 of file MachOTrie.h.

References nodeOffset, and TrieEntryWithOffset().

Member Data Documentation

◆ entry

TrieEntry lldb_private::TrieEntryWithOffset::entry

Definition at line 48 of file MachOTrie.h.

Referenced by Dump(), and TrieEntryWithOffset().

◆ nodeOffset

lldb::offset_t lldb_private::TrieEntryWithOffset::nodeOffset

Definition at line 47 of file MachOTrie.h.

Referenced by Dump(), operator<(), and TrieEntryWithOffset().


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