Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h395 python::PythonModule &GetMainModule();
H A DScriptInterpreterPython.cpp734 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule() function in ScriptInterpreterPythonImpl
744 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
1005 PythonModule &main_module = GetMainModule(); in ExecuteOneLineWithReturn()
1129 PythonModule &main_module = GetMainModule(); in ExecuteMultipleLines()