Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandOptionArgumentTable.cpp296 ArchSpec::ListSupportedArchNames(archs); in arch_helper()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h303 static void ListSupportedArchNames(StringList &list);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp267 void ArchSpec::ListSupportedArchNames(StringList &list) { in ListSupportedArchNames() function in ArchSpec