Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp48 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()
87 const Range &range = m_ranges.GetEntryRef(i); in Dump()
173 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()
302 range = ToAddressRange(addr, m_ranges.GetEntryRef(range_idx)); in GetRangeAtIndex()
313 ranges.push_back(ToAddressRange(addr, m_ranges.GetEntryRef(i))); in GetRanges()
322 addr = ToAddressRange(func_addr, m_ranges.GetEntryRef(0)).GetBaseAddress(); in GetStartAddress()
H A DDWARFCallFrameInfo.cpp984 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
H A DSymtab.cpp161 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
/freebsd/contrib/llvm-project/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
554 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function
555 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
796 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp124 const DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in ContainsThreadLocalStorage()
138 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in LinkThreadLocalStorage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp91 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1447 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp197 CompUnitData &data = m_cu_data->GetEntryRef(index).data; in ParseCompileUnitAtIndex()
244 CompUnitData &data = m_cu_data->GetEntryRef(id).data; in GetOrCreateFunction()
272 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseLineTable()
284 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()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp289 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()
336 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp668 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()