Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h399 RunScriptBasedCommand (StructuredData::GenericSP impl_obj_sp, in RunScriptBasedCommand() argument
HDScriptInterpreterPython.h221 RunScriptBasedCommand (StructuredData::GenericSP impl_obj_sp,
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2718 ScriptInterpreterPython::RunScriptBasedCommand (StructuredData::GenericSP impl_obj_sp, in RunScriptBasedCommand() argument
2725 if (!impl_obj_sp || !impl_obj_sp->IsValid()) in RunScriptBasedCommand()
2758 ret_val = g_swig_call_command_object (impl_obj_sp->GetValue(), in RunScriptBasedCommand()