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

References

lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   26   GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream());
   27   SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   66   TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  102   TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
lib/DebugInfo/PDB/Native/PDBFile.cpp
  435   auto &InfoStream = cantFail(const_cast<PDBFile *>(this)->getPDBInfoStream());
lib/DebugInfo/PDB/Native/SymbolCache.cpp
  263   SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
tools/lld/COFF/DebugTypes.cpp
  195   pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
tools/lld/COFF/PDB.cpp
  425   pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  147   PDBStringTable &strings = cantFail(m_index.pdb().getStringTable());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  557   PDBStringTable &strings = cantFail(index.pdb().getStringTable());
tools/llvm-pdbutil/DumpOutputStyle.cpp
  507   auto &Dbi = cantFail(File.getPDBDbiStream());
  670       auto Modules = cantFail(File.pdb().getPDBDbiStream()).modules();
  824     auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream());
 1654   auto &Records = cantFail(getPdb().getPDBSymbolStream());
 1694     SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream());
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  256     DbiStream &Dbi = cantFail(File.pdb().getPDBDbiStream());
  261     InfoStream &Info = cantFail(File.pdb().getPDBInfoStream());
tools/llvm-pdbutil/InputFile.cpp
  381     auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream()
  501     auto &Dbi = cantFail(Value.File->pdb().getPDBDbiStream());
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   45     Tpi = &cantFail(File.pdb().getPDBTpiStream());
   77     SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream());
   78     GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream());
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1380     InfoStream &IS = cantFail(File.getPDBInfoStream());
unittests/Support/ErrorTest.cpp
  508   int &Y = cantFail(Expected<int&>(Dummy));