Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp211 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1056 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()
1113 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
H A DSymbolFilePDB.cpp203 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1042 auto GlobalScope = Session->getGlobalScope(); in dumpDia()
1099 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()