Searched refs:args_sp (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPlatformPythonInterface.cpp | 37 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 40 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptedThreadPlanPythonInterface.cpp | 33 const StructuredDataImpl &args_sp) { in CreatePluginObject() argument 35 thread_plan_sp, args_sp); in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 39 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptedThreadPlanPythonInterface.h | 29 const StructuredDataImpl &args_sp) override;
|
| H A D | ScriptedPlatformPythonInterface.h | 28 StructuredData::DictionarySP args_sp,
|
| H A D | OperatingSystemPythonInterface.h | 29 StructuredData::DictionarySP args_sp,
|
| H A D | ScriptedThreadPythonInterface.h | 28 StructuredData::DictionarySP args_sp,
|
| H A D | OperatingSystemPythonInterface.cpp | 35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
|
| H A D | ScriptedProcessPythonInterface.h | 29 StructuredData::DictionarySP args_sp,
|
| /src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedThreadPlanInterface.h | 22 const StructuredDataImpl &args_sp) = 0;
|
| H A D | ScriptedPlatformInterface.h | 24 StructuredData::DictionarySP args_sp,
|
| H A D | ScriptedThreadInterface.h | 25 StructuredData::DictionarySP args_sp,
|
| H A D | ScriptedProcessInterface.h | 26 StructuredData::DictionarySP args_sp,
|