Searched refs:OutputFormattedHelpText (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 396 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 403 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 587 interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix, in FormatLongHelpText() 604 interpreter.OutputFormattedHelpText(output_strm, "", help_text); in GenerateHelpText() 621 interpreter.OutputFormattedHelpText( in GenerateHelpText() 631 interpreter.OutputFormattedHelpText( in GenerateHelpText()
|
| H A D | Property.cpp | 296 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription() 299 interpreter.OutputFormattedHelpText(strm, m_name, "--", desc, in DumpDescription()
|
| H A D | CommandInterpreter.cpp | 1411 OutputFormattedHelpText(result.GetOutputStream(), llvm::StringRef(), in GetHelp() 1427 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 1444 OutputFormattedHelpText(result.GetOutputStream(), alias_pos->first, "--", in GetHelp() 1456 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 1468 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 2823 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2867 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2875 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 67 m_interpreter.OutputFormattedHelpText( in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 239 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText() 242 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 429 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix, 432 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
|