Searched refs:g_archs_help (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp1011 static StreamString g_archs_help; local
1012 if (g_archs_help.Empty()) {
1016 g_archs_help.Printf("These are the supported architecture names:\n");
1017 archs.Join("\n", g_archs_help);
1019 return g_archs_help.GetString();

Completed in 52 milliseconds