Searched refs:RangeDataVector (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h18 typedef lldb_private::RangeDataVector<dw_addr_t, uint32_t, dw_offset_t>
H A DSymbolFileDWARFDebugMap.h164 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t,
307 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, OSOEntry>
H A DSymbolFileDWARF.h428 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h120 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, FileRange>
122 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, uint32_t>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h120 typedef RangeDataVector<lldb::addr_t, uint32_t, dw_offset_t> FDEEntryMap;
H A DSymtab.h167 typedef RangeDataVector<lldb::addr_t, lldb::addr_t, uint32_t, 0,
H A DLineTable.h197 typedef RangeDataVector<lldb::addr_t, lldb::addr_t, lldb::addr_t>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h225 using CompUnitMap = RangeDataVector<lldb::addr_t, lldb::addr_t, CompUnitData>;
230 using UnwindMap = RangeDataVector<lldb::addr_t, lldb::addr_t, Bookmark>;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h606 class RangeDataVector { class in namespace:lldb_private
612 RangeDataVector(Compare compare = Compare()) : m_compare(compare) {} function in class:lldb_private::RangeDataVector
614 ~RangeDataVector() = default;
729 static_cast<const RangeDataVector *>(this)->FindEntryThatContains(

Completed in 53 milliseconds