Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
82 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedPlatformInterface.h23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedInterface.h29 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h26 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedThreadPythonInterface.h27 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
H A DScriptedProcessPythonInterface.h27 CreatePluginObject(const llvm::StringRef class_name,
H A DScriptedPlatformPythonInterface.cpp32 StructuredData::GenericSP ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedPlatformPythonInterface
H A DScriptedThreadPythonInterface.cpp32 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
H A DScriptedProcessPythonInterface.cpp34 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp60 scripted_thread_interface->CreatePluginObject( in Create()
H A DScriptedProcess.cpp106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()