Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h73 static void ArchitectureNames(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp69 {lldb::eArchitectureCompletion, CommandCompletions::ArchitectureNames}, in InvokeCommonCompletionCallbacks()
610 void CommandCompletions::ArchitectureNames(CommandInterpreter &interpreter, in ArchitectureNames() function in CommandCompletions