Searched refs:script_obj (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPlatformPythonInterface.cpp | 35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 39 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 39 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument 43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
|
| H A D | ScriptedPythonInterface.h | 77 StructuredData::Generic *script_obj, Args... args) { in CreatePluginObject() argument 88 if (!has_class_name && !has_interpreter_dict && !script_obj) { in CreatePluginObject() 102 if (script_obj) { in CreatePluginObject() 104 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
|
| H A D | ScriptedPlatformPythonInterface.h | 29 StructuredData::Generic *script_obj = nullptr) override;
|
| H A D | OperatingSystemPythonInterface.h | 30 StructuredData::Generic *script_obj = nullptr) override;
|
| H A D | ScriptedThreadPythonInterface.h | 29 StructuredData::Generic *script_obj = nullptr) override;
|
| H A D | OperatingSystemPythonInterface.cpp | 35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
|
| H A D | ScriptedProcessPythonInterface.h | 30 StructuredData::Generic *script_obj = nullptr) override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedPlatformInterface.h | 25 StructuredData::Generic *script_obj = nullptr) = 0;
|
| H A D | ScriptedThreadInterface.h | 26 StructuredData::Generic *script_obj = nullptr) = 0;
|
| H A D | ScriptedProcessInterface.h | 27 StructuredData::Generic *script_obj = nullptr) = 0;
|