Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp172 Language::PrintAllLanguages(sstr, " ", "\n"); in LanguageTypeHelpTextCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h303 static void PrintAllLanguages(Stream &s, const char *prefix,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp284 void Language::PrintAllLanguages(Stream &s, const char *prefix, in PrintAllLanguages() function in Language