Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp296 ArchSpec::ListSupportedArchNames(archs); in arch_helper()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h303 static void ListSupportedArchNames(StringList &list);
/src/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp267 void ArchSpec::ListSupportedArchNames(StringList &list) { in ListSupportedArchNames() function in ArchSpec