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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
  106   Expected<SymbolStream &> getPDBSymbolStream();

References

lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   27   SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
lib/DebugInfo/PDB/Native/SymbolCache.cpp
  263   SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   52   ASSIGN_PTR_OR_RETURN(result->m_symrecords, file->getPDBSymbolStream());
tools/llvm-pdbutil/DumpOutputStyle.cpp
  824     auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream());
 1654   auto &Records = cantFail(getPdb().getPDBSymbolStream());
 1694     SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream());
 1788   auto ExpectedSyms = getPdb().getPDBSymbolStream();
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   77     SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream());
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  345   auto ExpectedSyms = File.getPDBSymbolStream();