Searched refs:GetEntryRef (Results 1 – 11 of 11) sorted by relevance
47 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()325 const Range &vm_range = m_ranges.GetEntryRef(i); in GetRanges()340 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
1023 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
161 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
173 if (GetEntryRef(i) != rhs.GetEntryRef(i))303 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function304 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function538 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function539 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function780 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
92 const DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in ContainsThreadLocalStorage()106 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in LinkThreadLocalStorage()
86 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
1440 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
1393 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
197 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()308 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit->GetID()).data; in ParseBlocksRecursive()
288 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()335 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
668 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()