Home
last modified time | relevance | path

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

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