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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   80   const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   50   const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
 1216     const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  125   const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray();
  189   auto iter = cci->m_debug_stream.getSymbolArray().at(cu_sym.offset);
  190   lldbassert(iter != cci->m_debug_stream.getSymbolArray().end());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  932   const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
 1433       cii->m_debug_stream.getSymbolArray(), block_id.offset);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1602                 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   70       for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray())