Searched refs:OutputFormattedHelpText (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 451 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 458 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 659 interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix, in FormatLongHelpText() 676 interpreter.OutputFormattedHelpText(output_strm, "", help_text); in GenerateHelpText() 693 interpreter.OutputFormattedHelpText( in GenerateHelpText() 703 interpreter.OutputFormattedHelpText( in GenerateHelpText()
|
H A D | Property.cpp | 297 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription() 300 interpreter.OutputFormattedHelpText(strm, m_name, "--", desc, in DumpDescription()
|
H A D | CommandInterpreter.cpp | 1417 OutputFormattedHelpText(result.GetOutputStream(), llvm::StringRef(), in GetHelp() 1433 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 1450 OutputFormattedHelpText(result.GetOutputStream(), alias_pos->first, "--", in GetHelp() 1462 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 1474 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 2840 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2884 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2892 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 55 m_interpreter.OutputFormattedHelpText( in DoExecute()
|
H A D | CommandObjectMultiword.cpp | 238 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText() 241 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 445 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix, 448 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
|