Searched refs:nodeOffset (Results 1 – 3 of 3) sorted by relevance
82 uint32_t nodeOffset() const;
1989 lldb::offset_t nodeOffset; member1992 TrieEntryWithOffset(lldb::offset_t offset) : nodeOffset(offset), entry() {} in TrieEntryWithOffset()1996 static_cast<unsigned long long>(nodeOffset)); in Dump()2001 return (nodeOffset < other.nodeOffset); in operator <()
2937 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry