Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedProcessPythonInterface.cpp28 StructuredData::DictionarySP args_sp) { in CreatePluginObject() argument
34 if (args_sp) { in CreatePluginObject()
36 args_impl->SetObjectSP(args_sp); in CreatePluginObject()
DScriptedProcessPythonInterface.h27 StructuredData::DictionarySP args_sp) override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h27 StructuredData::DictionarySP args_sp) { in CreatePluginObject() argument