Searched refs:getPDBFile (Results 1 – 10 of 10) sorted by relevance
24 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()76 return std::string(Session.getPDBFile().getFilePath()); in getSymbolsFileName()80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()88 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()96 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasPrivateSymbols()
26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
58 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName()63 auto Ipi = Session.getPDBFile().getPDBIpiStream(); in getName()
90 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()168 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()274 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()385 auto Publics = Session.getPDBFile().getPDBPublicsStream(); in findPublicSymbolBySectOffset()389 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
20 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
105 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function106 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
281 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
863 return NS->getPDBFile(); in loadPDB()