Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h469 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h183 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
H A DScriptInterpreterPython.cpp3031 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
3035 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand()
3061 ret_val = LLDBSwigPythonCallCommandObject(impl_obj_sp->GetValue(), in RunScriptBasedCommand()