Home
last modified time | relevance | path

Searched defs:CreatePluginObject (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp33 OperatingSystemPythonInterface::CreatePluginObject( in CreatePluginObject() function in OperatingSystemPythonInterface
H A DScriptedPlatformPythonInterface.cpp33 ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedPlatformPythonInterface
H A DScriptedThreadPythonInterface.cpp33 ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedThreadPythonInterface
H A DScriptedProcessPythonInterface.cpp37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
H A DScriptedPythonInterface.h76 CreatePluginObject(llvm::StringRef class_name, in CreatePluginObject() function