Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h383 python::PythonModule &GetMainModule();
H A DScriptInterpreterPython.cpp716 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule() function in ScriptInterpreterPythonImpl
726 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
987 PythonModule &main_module = GetMainModule(); in ExecuteOneLineWithReturn()
1111 PythonModule &main_module = GetMainModule(); in ExecuteMultipleLines()