Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h266 LoadPluginModule(const FileSpec &file_spec, lldb_private::Status &error) { in LoadPluginModule() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h262 LoadPluginModule(const FileSpec &file_spec,
H A DScriptInterpreterPython.cpp2022 ScriptInterpreterPython::LoadPluginModule(const FileSpec &file_spec, in LoadPluginModule() function in ScriptInterpreterPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp378 interpreter->LoadPluginModule(target_definition_fspec, error)); in ParsePythonTargetDefinition()