Searched refs:getPDBSymbolStream (Results 1 – 8 of 8) sorted by relevance
29 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
279 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()394 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
348 Expected<SymbolStream &> PDBFile::getPDBSymbolStream() { in getPDBSymbolStream() function in PDBFile
79 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream()); in mark()
345 auto ExpectedSyms = File.getPDBSymbolStream(); in dumpPublics()
718 auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpUdtStats()1552 auto &Records = cantFail(getPdb().getPDBSymbolStream()); in dumpGSIRecords()1592 SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpGlobals()1686 auto ExpectedSyms = getPdb().getPDBSymbolStream(); in dumpSymbolsFromGSI()
104 Expected<SymbolStream &> getPDBSymbolStream();
52 ASSIGN_PTR_OR_RETURN(result->m_symrecords, file->getPDBSymbolStream()); in create()