Home
last modified time | relevance | path

Searched refs:CreatePluginObject (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp33 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject() function in OperatingSystemPythonInterface
36 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
H A DScriptedPlatformPythonInterface.cpp35 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
41 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
33 ScriptedPlatformPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedPlatformPythonInterface
H A DScriptedThreadPythonInterface.cpp34 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
33 ScriptedThreadPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedThreadPythonInterface
H A DScriptedProcessPythonInterface.cpp37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h26 CreatePluginObject(const llvm::StringRef class_name,
H A DOperatingSystemPythonInterface.h28 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedThreadPythonInterface.h27 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessPythonInterface.h27 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPythonInterface.h76 CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedThreadInterface.h24 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessInterface.h25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp119 auto obj_or_err = operating_system_interface->CreatePluginObject( in OperatingSystemPython()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp59 auto obj_or_err = scripted_thread_interface->CreatePluginObject( in Create()
H A DScriptedProcess.cpp111 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess()