Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DRangeMapTest.cpp98 EXPECT_THAT(Map.GetEntryRef(0).data, 50); in TEST()
99 EXPECT_THAT(Map.GetEntryRef(1).data, 51); in TEST()
100 EXPECT_THAT(Map.GetEntryRef(2).data, 52); in TEST()
101 EXPECT_THAT(Map.GetEntryRef(3).data, 53); in TEST()
124 EXPECT_THAT(MapC.GetEntryRef(0).data, 53); in TEST()
125 EXPECT_THAT(MapC.GetEntryRef(1).data, 52); in TEST()
126 EXPECT_THAT(MapC.GetEntryRef(2).data, 51); in TEST()
127 EXPECT_THAT(MapC.GetEntryRef(3).data, 50); in TEST()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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()
DSymbolFileDWARFDebugMap.cpp1361 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
DSymbolFileDWARF.cpp1176 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
/external/llvm-project/lldb/source/Symbol/
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()
DDWARFCallFrameInfo.cpp1019 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
DSymtab.cpp133 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
/external/llvm-project/lldb/include/lldb/Utility/
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
/external/llvm-project/lldb/source/Target/
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()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
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()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp519 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4600 if (symbols_added.find(function_starts.GetEntryRef(i).addr) == in ParseSymtab()