Searched refs:GetPDBSession (Results 1 – 4 of 4) sorted by relevance
355 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()376 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()430 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()474 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()519 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()
169 llvm::pdb::IPDBSession &GetPDBSession();171 const llvm::pdb::IPDBSession &GetPDBSession() const;
787 symbol_file->GetPDBSession().getSymbolById(uid_it->getSecond()); in CompleteTypeFromPDB()1026 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1079 IPDBSession &session = symbol_file->GetPDBSession(); in ParseDeclsForDeclContext()
1713 IPDBSession &SymbolFilePDB::GetPDBSession() { return *m_session_up; } in GetPDBSession() function in SymbolFilePDB1715 const IPDBSession &SymbolFilePDB::GetPDBSession() const { in GetPDBSession() function in SymbolFilePDB