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

References

tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  196   CompUnitData &data = m_cu_data->GetEntryRef(index).data;
  230   CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
  242   CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data;
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
 1019     const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i);
tools/lldb/source/Symbol/Symtab.cpp
  136         const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data;