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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   73     sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
   76           m_dwarf.GetDebugMapSymfile();
   91         debug_map_sym_file->AddOSOARanges(&m_dwarf, debug_aranges);
   99     sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  328       m_dwarf.GetDwoSymbolFileForCompileUnit(*this, cu_die);
  438   return m_dwarf.GetObjectFile()->GetByteOrder();
  442   return m_dwarf.GetTypeSystemForLanguage(GetLanguageType());
  642   return m_dwarf.GetFile(*this, file_idx);
  828              ? m_dwarf.GetDWARFContext().getOrLoadDebugTypesData()
  829              : m_dwarf.GetDWARFContext().getOrLoadDebugInfoData();
  852     debug_ranges = m_dwarf.GetDebugRanges();
  855     debug_ranges = m_dwarf.GetDebugRngLists();
  869   const DWARFDebugRngLists *debug_rnglists = m_dwarf.GetDebugRngLists();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  184   SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; }