Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h26 CreatePluginObject(const llvm::StringRef class_name, lldb::TargetSP target_sp, in CreatePluginObject() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h26 CreatePluginObject(const llvm::StringRef class_name, lldb::TargetSP target_sp,
H A DScriptedProcessPythonInterface.cpp26 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() function in ScriptedProcessPythonInterface
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp112 StructuredData::ObjectSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()