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

References

tools/lldb/source/Core/FormatEntity.cpp
 1501         s.Printf("symbol[%u]", sc->symbol->GetID());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  356                 so_symbol->GetID());
  361             m_compile_unit_infos[i].first_symbol_id = so_symbol->GetID();
  362             m_compile_unit_infos[i].last_symbol_id = last_symbol->GetID();
  774             GetCompileUnitInfoForSymbolWithID(sc.symbol->GetID(), &oso_idx);
tools/lldb/source/Symbol/Symbol.cpp
  214   s->Printf("[%5u] %6u %c%c%c %-15s ", index, GetID(), m_is_debug ? 'D' : ' ',
  409   s->Printf("Symbol{0x%8.8x}", GetID());
tools/lldb/source/Symbol/Symtab.cpp
  186   const user_id_t symbol_uid = ((const Symbol *)p)->GetID();
  554       lldb::user_id_t uid_a = symbols[index_a].GetID();
  555       lldb::user_id_t uid_b = symbols[index_b].GetID();
tools/lldb/source/Target/StackID.cpp
   28       s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());