Searched refs:GetEntryRef (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp50 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);
85 file_ranges.GetEntryRef(idx);
108 file_ranges.GetEntryRef(idx);
H A DSymbolFileDWARFDebugMap.cpp1351 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i);
H A DSymbolFileDWARF.cpp1139 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp46 const Range &range = m_ranges.GetEntryRef(i);
85 const Range &range = m_ranges.GetEntryRef(i);
162 const Range &range = m_ranges.GetEntryRef(i);
296 const Range &vm_range = m_ranges.GetEntryRef(range_idx);
313 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase());
H A DDWARFCallFrameInfo.cpp1019 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i);
H A DSymtab.cpp133 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h249 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } function in class:lldb_private::RangeArray
483 Entry &GetEntryRef(size_t i) { return m_entries[i]; } function in class:lldb_private::RangeVector
484 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } function in class:lldb_private::RangeVector
696 Entry &GetEntryRef(size_t i) { return m_entries[i]; } function in class:lldb_private::RangeDataVector
697 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } function in class:lldb_private::RangeDataVector
882 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } function in class:lldb_private::AddressDataArray
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp268 auto &free_block = m_free_blocks.GetEntryRef(i);
315 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp198 CompUnitData &data = m_cu_data->GetEntryRef(index).data;
232 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
244 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp519 const RangeListEntry &range = ranges.GetEntryRef(0);

Completed in 229 milliseconds