Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h385 python::PythonDictionary &GetSysModuleDictionary();
DScriptInterpreterPython.cpp686 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
719 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
782 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
840 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary() function in ScriptInterpreterPythonImpl