Searched refs:CreatePluginObject (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | 25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx, 82 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| H A D | ScriptedPlatformInterface.h | 23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| H A D | ScriptedInterface.h | 29 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedPlatformPythonInterface.h | 26 CreatePluginObject(const llvm::StringRef class_name,
|
| H A D | ScriptedThreadPythonInterface.h | 27 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| H A D | ScriptedProcessPythonInterface.h | 27 CreatePluginObject(const llvm::StringRef class_name,
|
| H A D | ScriptedPlatformPythonInterface.cpp | 32 StructuredData::GenericSP ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedPlatformPythonInterface
|
| H A D | ScriptedThreadPythonInterface.cpp | 32 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
|
| H A D | ScriptedProcessPythonInterface.cpp | 34 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 60 scripted_thread_interface->CreatePluginObject( in Create()
|
| H A D | ScriptedProcess.cpp | 106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
|