Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp119 …ScriptInterpreterObjectSP object_sp = m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_n… in OperatingSystemPython() local
120 if (object_sp && object_sp->GetObject()) in OperatingSystemPython()
121 m_python_object_sp = object_sp; in OperatingSystemPython()