Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp127 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in OperatingSystemPython() local
128 if (!owned_script_object_sp->IsValid()) in OperatingSystemPython()
133 m_script_object_sp = owned_script_object_sp; in OperatingSystemPython()
/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp69 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in Create() local
71 if (!owned_script_object_sp->IsValid()) in Create()
78 tid, owned_script_object_sp); in Create()