Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1471 const StructuredData::ObjectSP &os_plugin_object_sp, in GetRecognizedArguments() argument
1475 if (!os_plugin_object_sp) in GetRecognizedArguments()
1478 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1515 const StructuredData::ObjectSP &os_plugin_object_sp, in ShouldHide() argument
1519 if (!os_plugin_object_sp) in ShouldHide()
1522 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in ShouldHide()