Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp1032 static StreamString g_archs_help; in arch_helper() local
1033 if (g_archs_help.Empty()) { in arch_helper()
1037 g_archs_help.Printf("These are the supported architecture names:\n"); in arch_helper()
1038 archs.Join("\n", g_archs_help); in arch_helper()
1040 return g_archs_help.GetString(); in arch_helper()