Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp46 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in BuildAddressRangeTable()
71 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
94 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1358 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
H A DSymbolFileDWARF.cpp1186 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp46 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()
85 const Range &range = m_ranges.GetEntryRef(i); in Dump()
162 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()
296 const Range &vm_range = m_ranges.GetEntryRef(range_idx); in GetRangeAtIndex()
313 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DDWARFCallFrameInfo.cpp1018 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
H A DSymtab.cpp143 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h260 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
261 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
489 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
490 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
717 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp273 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()
320 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp200 CompUnitData &data = m_cu_data->GetEntryRef(index).data; in ParseCompileUnitAtIndex()
234 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseLineTable()
246 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseSupportFiles()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp519 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()