Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h292 static void ListSupportedArchNames(StringList &list);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp248 void ArchSpec::ListSupportedArchNames(StringList &list) { in ListSupportedArchNames() function in ArchSpec
262 ListSupportedArchNames(matches); in AutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp1009 ArchSpec::ListSupportedArchNames(archs); in arch_helper()