Home
last modified time | relevance | path

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 DScriptedPlatformPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
39 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
39 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedPythonInterface.h77 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 DScriptedPlatformPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedThreadPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
H A DScriptedProcessPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h25 StructuredData::Generic *script_obj = nullptr) = 0;
H A DScriptedThreadInterface.h26 StructuredData::Generic *script_obj = nullptr) = 0;
H A DScriptedProcessInterface.h27 StructuredData::Generic *script_obj = nullptr) = 0;