Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2877 void *module_pyobj = nullptr; in LoadScriptingModule() local
2881 &module_pyobj) && in LoadScriptingModule()
2882 module_pyobj) in LoadScriptingModule()
2883 module_sp->reset(new StructuredPythonObject(module_pyobj)); in LoadScriptingModule()