Home
last modified time | relevance | path

Searched refs:nodeOffset (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h82 uint32_t nodeOffset() const;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2005 lldb::offset_t nodeOffset; member
2008 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 <()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp2981 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry