Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h388 python::PythonDictionary &GetSysModuleDictionary();
H A DScriptInterpreterPython.cpp715 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
748 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
811 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
869 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary() function in ScriptInterpreterPythonImpl