Home
last modified time | relevance | path

Searched refs:OutputFormattedHelpText (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp444 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp()
451 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp()
652 interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix, in FormatLongHelpText()
669 interpreter.OutputFormattedHelpText(output_strm, "", help_text); in GenerateHelpText()
686 interpreter.OutputFormattedHelpText( in GenerateHelpText()
696 interpreter.OutputFormattedHelpText( in GenerateHelpText()
H A DProperty.cpp297 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription()
300 interpreter.OutputFormattedHelpText(strm, m_name, "--", desc, in DumpDescription()
H A DCommandInterpreter.cpp1505 OutputFormattedHelpText(result.GetOutputStream(), llvm::StringRef(), in GetHelp()
1521 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp()
1538 OutputFormattedHelpText(result.GetOutputStream(), alias_pos->first, "--", in GetHelp()
1550 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp()
1562 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp()
2992 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter
3036 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter
3044 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp55 m_interpreter.OutputFormattedHelpText( in DoExecute()
H A DCommandObjectMultiword.cpp253 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
256 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h452 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix,
455 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,