Home
last modified time | relevance | path

Searched defs:LoadPlugin (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/unittests/Passes/
DPluginsTest.cpp40 TEST(PluginsTests, LoadPlugin) { in TEST() argument
/external/llvm-project/lldb/source/Core/
DDebugger.cpp498 bool Debugger::LoadPlugin(const FileSpec &spec, Status &error) { in LoadPlugin() function in Debugger
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() function