Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h383 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h300 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
H A DScriptInterpreterPython.cpp2980 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
2984 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand()
3015 ret_val = g_swig_call_command_object(impl_obj_sp->GetValue(), debugger_sp, in RunScriptBasedCommand()