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.h405 python::PythonDictionary &GetSysModuleDictionary();
H A DScriptInterpreterPython.cpp584 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
617 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
680 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
740 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary() function in ScriptInterpreterPythonImpl