Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugRanges.cpp90 lldb::offset_t range_offset = *offset_ptr; in Extract() local
131 return range_offset != *offset_ptr; in Extract()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDBlock.h139 Contains (lldb::addr_t range_offset) const;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDBlock.cpp213 Block::Contains (addr_t range_offset) const in Contains()
215 return m_ranges.FindEntryThatContains(range_offset) != nullptr; in Contains()