Searched refs:getPDBFile (Results 1 – 9 of 9) sorted by relevance
25 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()69 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()77 return Session.getPDBFile().getFilePath(); in getSymbolsFileName()81 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()89 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()97 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasPrivateSymbols()
27 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()28 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
103 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
67 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
98 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function99 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
538 pdb::PDBFile &File = NS->getPDBFile(); in tryToLoadPDB()624 auto ExpectedTpi = Session->getPDBFile().getPDBTpiStream(); in maybeMergeTypeServerPDB()627 auto ExpectedIpi = Session->getPDBFile().getPDBIpiStream(); in maybeMergeTypeServerPDB()
278 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
852 return NS->getPDBFile(); in loadPDB()