Home
last modified time | relevance | path

Searched defs:script_obj (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp35 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedPlatformPythonInterface.cpp37 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedPythonInterface.h77 CreatePluginObject(llvm::StringRef class_name,StructuredData::Generic * script_obj,Args...args) CreatePluginObject() argument