Home
last modified time | relevance | path

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

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