| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | OperatingSystemPythonInterface.cpp | 33 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject() function in OperatingSystemPythonInterface 36 return ScriptedPythonInterface::CreatePluginObject(class_name, nullptr, in CreatePluginObject()
|
| H A D | ScriptedPlatformPythonInterface.cpp | 35 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() 41 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject() 33 ScriptedPlatformPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedPlatformPythonInterface
|
| H A D | ScriptedThreadPythonInterface.cpp | 34 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() 40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject() 33 ScriptedThreadPythonInterface::CreatePluginObject( CreatePluginObject() function in ScriptedThreadPythonInterface
|
| H A D | ScriptedProcessPythonInterface.cpp | 37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface 43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
|
| H A D | ScriptedPlatformPythonInterface.h | 26 CreatePluginObject(const llvm::StringRef class_name,
|
| H A D | OperatingSystemPythonInterface.h | 28 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| 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 | ScriptedPythonInterface.h | 76 CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject() function
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedPlatformInterface.h | 23 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| H A D | ScriptedThreadInterface.h | 24 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| H A D | ScriptedProcessInterface.h | 25 CreatePluginObject(llvm::StringRef class_name, ExecutionContext &exe_ctx,
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 119 auto obj_or_err = operating_system_interface->CreatePluginObject( in OperatingSystemPython()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 59 auto obj_or_err = scripted_thread_interface->CreatePluginObject( in Create()
|
| H A D | ScriptedProcess.cpp | 111 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess()
|