Home
last modified time | relevance | path

Searched refs:PlatformPluginNames (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h101 static void PlatformPluginNames(CommandInterpreter &interpreter,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp62 {ePlatformPluginCompletion, CommandCompletions::PlatformPluginNames}, in InvokeCommonCompletionCallbacks()
579 void CommandCompletions::PlatformPluginNames(CommandInterpreter &interpreter, in PlatformPluginNames() function in CommandCompletions
H A DCommandObjectPlatform.cpp159 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request, in HandleCompletion()