Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp318 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord() local
323 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
572 llvm::StringRef long_help) { in FormatLongHelpText() argument
574 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText()
612 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText() local
613 if (!long_help.empty()) { in GenerateHelpText()
614 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);