Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Passes/
DPluginsTest.cpp40 TEST(PluginsTests, LoadPlugin) { in TEST() argument
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlugin.cpp62 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h320 bool LoadPlugin(const FileSpec &spec, Status &error);
/external/llvm-project/lldb/source/Core/
DDebugger.cpp498 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
544 debugger->LoadPlugin(plugin_file_spec, plugin_load_error); in LoadPluginCallback()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function
163 std::make_unique<SystemInitializerFull>(), LoadPlugin)) { in InitializeWithErrorHandling()