Home
last modified time | relevance | path

Searched refs:getGlobalScope (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp212 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1054 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()
1111 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
H A DSymbolFilePDB.cpp207 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1040 auto GlobalScope = Session->getGlobalScope(); in dumpDia()
1097 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()