Searched refs:nodeOffset (Results 1 – 3 of 3) sorted by relevance
82 uint32_t nodeOffset() const;
2005 lldb::offset_t nodeOffset; member2008 TrieEntryWithOffset(lldb::offset_t offset) : nodeOffset(offset), entry() {} in TrieEntryWithOffset()2012 static_cast<unsigned long long>(nodeOffset)); in Dump()2017 return (nodeOffset < other.nodeOffset); in operator <()
2981 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry