Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandCompletions.h34 ePlatformPluginCompletion = (1u << 6), enumerator
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1125 …{ eArgTypePlatform, "platform-name", CommandCompletions::ePlatformPluginCompletion, { nullptr, fal…
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp62 {ePlatformPluginCompletion, CommandCompletions::PlatformPluginNames}, in InvokeCommonCompletionCallbacks()