Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DRangeMapTest.cpp153 EXPECT_THAT(Map.GetEntryRef(0).data, 50); in TEST()
154 EXPECT_THAT(Map.GetEntryRef(1).data, 51); in TEST()
155 EXPECT_THAT(Map.GetEntryRef(2).data, 52); in TEST()
156 EXPECT_THAT(Map.GetEntryRef(3).data, 53); in TEST()
179 EXPECT_THAT(MapC.GetEntryRef(0).data, 53); in TEST()
180 EXPECT_THAT(MapC.GetEntryRef(1).data, 52); in TEST()
181 EXPECT_THAT(MapC.GetEntryRef(2).data, 51); in TEST()
182 EXPECT_THAT(MapC.GetEntryRef(3).data, 50); in TEST()
/llvm-project-15.0.7/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.cpp1331 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
H A DSymbolFileDWARF.cpp1282 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DBlock.cpp47 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()
86 const Range &range = m_ranges.GetEntryRef(i); in Dump()
173 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()
307 const Range &vm_range = m_ranges.GetEntryRef(range_idx); in GetRangeAtIndex()
324 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.cpp150 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h168 if (GetEntryRef(i) != rhs.GetEntryRef(i))
298 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
299 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
526 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
527 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
758 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpressionList.cpp92 const DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in ContainsThreadLocalStorage()
106 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in LinkThreadLocalStorage()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp196 CompUnitData &data = m_cu_data->GetEntryRef(index).data; in ParseCompileUnitAtIndex()
242 CompUnitData &data = m_cu_data->GetEntryRef(id).data; in GetOrCreateFunction()
270 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseLineTable()
282 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseSupportFiles()
305 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit->GetID()).data; in ParseBlocksRecursive()
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp274 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()
321 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp542 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4586 if (symbols_added.find(function_starts.GetEntryRef(i).addr) == in ParseSymtab()