Home
last modified time | relevance | path

Searched refs:ProcessPluginNames (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h90 static void ProcessPluginNames(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp73 {lldb::eProcessPluginCompletion, CommandCompletions::ProcessPluginNames}, in InvokeCommonCompletionCallbacks()
687 void CommandCompletions::ProcessPluginNames(CommandInterpreter &interpreter, in ProcessPluginNames() function in CommandCompletions