Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp37 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
40 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp33 const StructuredDataImpl &args_sp) { in CreatePluginObject() argument
35 thread_plan_sp, args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
39 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.h29 const StructuredDataImpl &args_sp) override;
H A DScriptedPlatformPythonInterface.h28 StructuredData::DictionarySP args_sp,
H A DOperatingSystemPythonInterface.h29 StructuredData::DictionarySP args_sp,
H A DScriptedThreadPythonInterface.h28 StructuredData::DictionarySP args_sp,
H A DOperatingSystemPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
H A DScriptedProcessPythonInterface.h29 StructuredData::DictionarySP args_sp,
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h22 const StructuredDataImpl &args_sp) = 0;
H A DScriptedPlatformInterface.h24 StructuredData::DictionarySP args_sp,
H A DScriptedThreadInterface.h25 StructuredData::DictionarySP args_sp,
H A DScriptedProcessInterface.h26 StructuredData::DictionarySP args_sp,