Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h580 PythonDictionary &GetSysModuleDictionary();
H A DScriptInterpreterPython.cpp555 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in LeaveSession()
582 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in SetStdHandle()
645 PythonDictionary &sys_module_dict = GetSysModuleDictionary(); in EnterSession()
708 PythonDictionary &ScriptInterpreterPython::GetSysModuleDictionary() { in GetSysModuleDictionary() function in ScriptInterpreterPython