Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h283 static void ListSupportedArchNames(StringList &list);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp1029 ArchSpec::ListSupportedArchNames(archs); in arch_helper()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp256 void ArchSpec::ListSupportedArchNames(StringList &list) { in ListSupportedArchNames() function in ArchSpec