Home
last modified time | relevance | path

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

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