Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h442 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h180 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
DScriptInterpreterPython.cpp2989 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
2993 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand()
3019 ret_val = LLDBSwigPythonCallCommandObject(impl_obj_sp->GetValue(), in RunScriptBasedCommand()