Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp35 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedPlatformPythonInterface
41 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp31 ScriptedThreadPlanPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPlanPythonInterface
34 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp34 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.h27 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPythonInterface.h76 CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptedPlatformInterface.h
H A DScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h20 CreatePluginObject(llvm::StringRef class_name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h
H A DScriptedThreadPythonInterface.h
H A DScriptedProcessPythonInterface.h
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp85 auto obj_or_err = m_interface->CreatePluginObject( in DidPush()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp119 auto obj_or_err = operating_system_interface->CreatePluginObject( in OperatingSystemPython()
/freebsd/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()