Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h397 python::PythonDictionary &GetSysModuleDictionary();
H A DScriptInterpreterPython.cpp599 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
632 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
695 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
753 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary() function in ScriptInterpreterPythonImpl