Home
last modified time | relevance | path

Searched refs:LoadPlugin (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlugin.cpp61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/llvm-project-15.0.7/llvm/unittests/Passes/
H A DPluginsTest.cpp41 TEST(PluginsTests, LoadPlugin) { in TEST() argument
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h362 bool LoadPlugin(const FileSpec &spec, Status &error);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp67 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function
206 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp563 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
609 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()