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

References

tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  190   if (!m_global_scope_up)
  191     m_global_scope_up = m_session_up->getGlobalScope();
  192   lldbassert(m_global_scope_up.get());
  196   auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  223   auto results_up = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  252   auto results = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
  495     ParseTypesByTagFn(*m_global_scope_up);
  524     auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
  904             m_global_scope_up->findAllChildren(PDB_SymType::PublicSymbol))
 1110   auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
 1149   auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
 1208   if (auto results_up = m_global_scope_up->findAllChildren<PDBSymbolFunc>()) {
 1269           m_global_scope_up->findAllChildren<PDBSymbolPublicSymbol>()) {
 1382   auto results = m_global_scope_up->findAllChildren<PDBSymbolPublicSymbol>();
 1477     results = m_global_scope_up->findAllChildren(tag);
 1523   results = m_global_scope_up->findAllChildren(PDB_SymType::None);
 1926     auto result_up = m_global_scope_up->findChildren(