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

Overridden By

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
   47   llvm::Optional<uint32_t> GetDwoNum() override { return GetID() >> 32; }

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
   25   return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  155                               cu->GetSymbolFileDWARF().GetDwoNum(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   63     return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(),
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   44     if (unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() &&
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1230   return user_id_t(GetDwoNum().getValueOr(0x7fffffff)) << 32 |