Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h24 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
79 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedInterface.h29 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h26 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessPythonInterface.h26 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedThreadPythonInterface.cpp31 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
H A DScriptedProcessPythonInterface.cpp32 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp58 scripted_thread_interface->CreatePluginObject( in Create()
H A DScriptedProcess.cpp106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()