Searched defs:LoadPlugin (Results 1 – 3 of 3) sorted by relevance
40 TEST(PluginsTests, LoadPlugin) { in TEST() argument
498 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function