Home
last modified time | relevance | path

Searched refs:eArchitectureCompletion (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueArch.cpp70 interpreter, CommandCompletions::eArchitectureCompletion, request, in AutoComplete()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h36 eArchitectureCompletion = (1u << 7), enumerator
H A DCommandOptionArgumentTable.h230 …{ lldb::eArgTypeArchitecture, "arch", CommandCompletions::eArchitectureCompletion, {}, { arch_help…
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp65 {eArchitectureCompletion, CommandCompletions::ArchitectureNames}, in InvokeCommonCompletionCallbacks()