reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   50         const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);
   85                 file_ranges.GetEntryRef(idx);
  108               file_ranges.GetEntryRef(idx);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1136           const DWARFRangeList::Entry &range = ranges.GetEntryRef(i);
tools/lldb/source/Symbol/Block.cpp
   46       const Range &range = m_ranges.GetEntryRef(i);
   85       const Range &range = m_ranges.GetEntryRef(i);
  162       const Range &range = m_ranges.GetEntryRef(i);
  296       const Range &vm_range = m_ranges.GetEntryRef(range_idx);
  313     addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase());