Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h35 ePlatformPluginCompletion = (1u << 6), enumerator
H A DCommandOptionArgumentTable.h306 …{ lldb::eArgTypePlatform, "platform-name", CommandCompletions::ePlatformPluginCompletion, {}, { nu…
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp64 {ePlatformPluginCompletion, CommandCompletions::PlatformPluginNames}, in InvokeCommonCompletionCallbacks()