reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); 27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
24 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); 68 auto IS = Session.getPDBFile().getPDBInfoStream(); 76 return Session.getPDBFile().getFilePath(); 80 auto IS = Session.getPDBFile().getPDBInfoStream(); 88 auto Dbi = Session.getPDBFile().getPDBDbiStream(); 96 auto Dbi = Session.getPDBFile().getPDBDbiStream();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/SymbolCache.cpp80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); 157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); 263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());tools/lld/COFF/DebugTypes.cpp
194 pdb::PDBFile &pdbFile = (pdb.second)->session->getPDBFile(); 258 pdb::PDBFile &pdbFile = session->getPDBFile();tools/lld/COFF/PDB.cpp
424 pdb::PDBFile &pdbFile = pdbSession.get()->getPDBFile();
tools/llvm-pdbutil/InputFile.cpp 281 IF.PdbOrObj = &IF.PdbSession->getPDBFile();
tools/llvm-pdbutil/llvm-pdbutil.cpp 859 return NS->getPDBFile();