Home
last modified time | relevance | path

Searched refs:GetDictionary (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h610 PythonDictionary GetDictionary() const;
H A DScriptInterpreterPython.cpp757 m_sys_module_dict = sys_module.GetDictionary(); in GetSysModuleDictionary()
1001 PythonDictionary globals = main_module.GetDictionary(); in ExecuteOneLineWithReturn()
1125 PythonDictionary globals = main_module.GetDictionary(); in ExecuteMultipleLines()
H A DPythonDataObjects.cpp800 PythonDictionary PythonModule::GetDictionary() const { in GetDictionary() function in PythonModule