Searched defs:script_obj (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | OperatingSystemPythonInterface.cpp | 35 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
|
H A D | ScriptedPlatformPythonInterface.cpp | 37 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
|
H A D | ScriptedThreadPythonInterface.cpp | 36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
|
H A D | ScriptedProcessPythonInterface.cpp | 39 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
|
H A D | ScriptedPythonInterface.h | 77 CreatePluginObject(llvm::StringRef class_name,StructuredData::Generic * script_obj,Args...args) CreatePluginObject() argument
|