Searched refs:getPDBFile (Results 1 – 14 of 14) sorted by relevance
23 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()67 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()75 return std::string(Session.getPDBFile().getFilePath()); in getSymbolsFileName()79 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()87 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()95 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()
95 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()173 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()279 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()390 auto Publics = Session.getPDBFile().getPDBPublicsStream(); in findPublicSymbolBySectOffset()396 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
23 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
64 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName()69 auto Ipi = Session.getPDBFile().getPDBIpiStream(); in getName()
103 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
328 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
110 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function111 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
54 pdb::PDBFile &file = f->session->getPDBFile(); in TypeServerSource()193 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource()363 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in mergeDebugT()456 pdb::PDBFile &pdbSession = (*tsSrc)->pdbInputFile->session->getPDBFile(); in mergeDebugT()758 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in loadGHashes()801 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in remapTpiWithGHashes()
1161 pdb::PDBFile &pdbFile = session->getPDBFile(); in parse()
271 PdbOrObj Input = &PdbSession->getPDBFile(); in handleObject()
399 PDBFile &Pdb = PdbSession->getPDBFile(); in loadTypeServer()
893 return NS->getPDBFile(); in loadPDB()