Home
last modified time | relevance | path

Searched refs:GetPDBSession (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h166 llvm::pdb::IPDBSession &GetPDBSession();
168 const llvm::pdb::IPDBSession &GetPDBSession() const;
H A DPDBASTParser.cpp814 symbol_file->GetPDBSession().getSymbolById(uid_it->getSecond()); in CompleteTypeFromPDB()
1056 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()
1110 IPDBSession &session = symbol_file->GetPDBSession(); in ParseDeclsForDeclContext()
H A DSymbolFilePDB.cpp1728 IPDBSession &SymbolFilePDB::GetPDBSession() { return *m_session_up; } in GetPDBSession() function in SymbolFilePDB
1730 const IPDBSession &SymbolFilePDB::GetPDBSession() const { in GetPDBSession() function in SymbolFilePDB