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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   72   DWARFDataExtractor data = section == DIERef::Section::DebugTypes
  103   ParseUnitsFor(DIERef::Section::DebugTypes);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  760         section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile;
  827   return m_section == DIERef::Section::DebugTypes
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1232          (lldb::user_id_t(ref.section() == DIERef::Section::DebugTypes) << 63);
 1258       uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo;