Searched refs:long_help (Results 1 – 6 of 6) sorted by relevance
940 message_help(bool long_help) in message_help() argument948 if (long_help) in message_help()952 if (long_help) in message_help()961 if (long_help) in message_help()972 if (long_help) { in message_help()985 if (long_help) { in message_help()1008 if (long_help) { in message_help()1039 if (long_help) { in message_help()1103 if (long_help) in message_help()1110 if (long_help) { in message_help()
113 extern void message_help(bool long_help);
355 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord() local360 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()644 llvm::StringRef long_help) { in FormatLongHelpText() argument646 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText()684 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText() local685 if (!long_help.empty()) { in GenerateHelpText()686 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()
101 static __LA_NORETURN void long_help(void);414 long_help(); in main()849 long_help(); in main()1089 long_help(void) in long_help() function
91 static __LA_NORETURN void long_help(void);236 long_help(); in main()476 long_help(void) in long_help() function
175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);