Searched refs:GetPDBSession (Results 1 – 4 of 4) sorted by relevance
364 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()385 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()439 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()483 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()528 llvm::pdb::IPDBSession &session = symfile->GetPDBSession(); in TEST_F()
166 llvm::pdb::IPDBSession &GetPDBSession();168 const llvm::pdb::IPDBSession &GetPDBSession() const;
810 symbol_file->GetPDBSession().getSymbolById(uid_it->getSecond()); in CompleteTypeFromPDB()1052 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()1106 IPDBSession &session = symbol_file->GetPDBSession(); in ParseDeclsForDeclContext()
1717 IPDBSession &SymbolFilePDB::GetPDBSession() { return *m_session_up; } in GetPDBSession() function in SymbolFilePDB1719 const IPDBSession &SymbolFilePDB::GetPDBSession() const { in GetPDBSession() function in SymbolFilePDB