Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp48 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in BuildAddressRangeTable()
89 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1392 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
H A DSymbolFileDWARF.cpp1310 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
/openbsd-src/gnu/llvm/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.cpp1019 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h173 if (GetEntryRef(i) != rhs.GetEntryRef(i))
303 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
304 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
538 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
539 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
780 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp197 CompUnitData &data = m_cu_data->GetEntryRef(index).data; in ParseCompileUnitAtIndex()
243 CompUnitData &data = m_cu_data->GetEntryRef(id).data; in GetOrCreateFunction()
271 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseLineTable()
283 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseSupportFiles()
306 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit->GetID()).data; in ParseBlocksRecursive()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp668 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4602 if (symbols_added.find(function_starts.GetEntryRef(i).addr) == in ParseSymtab()