Home
last modified time | relevance | path

Searched refs:GetMainModule (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h386 python::PythonModule &GetMainModule();
H A DScriptInterpreterPython.cpp720 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule() function in ScriptInterpreterPythonImpl
730 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
991 PythonModule &main_module = GetMainModule(); in ExecuteOneLineWithReturn()
1115 PythonModule &main_module = GetMainModule(); in ExecuteMultipleLines()