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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   51   ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  138   llvm::pdb::GlobalsStream &globals() { return *m_globals; }
  139   const llvm::pdb::GlobalsStream &globals() const { return *m_globals; }