Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp397 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp()
404 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp()
841 interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix, in FormatLongHelpText()
858 interpreter.OutputFormattedHelpText(output_strm, "", help_text); in GenerateHelpText()
875 interpreter.OutputFormattedHelpText( in GenerateHelpText()
885 interpreter.OutputFormattedHelpText( in GenerateHelpText()
H A DProperty.cpp292 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription()
295 interpreter.OutputFormattedHelpText(strm, m_name.GetStringRef(), "--", in DumpDescription()
H A DCommandInterpreter.cpp1226 OutputFormattedHelpText(result.GetOutputStream(), llvm::StringRef(), in GetHelp()
1242 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp()
1259 OutputFormattedHelpText(result.GetOutputStream(), alias_pos->first, "--", in GetHelp()
1271 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp()
2579 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter
2620 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter
2628 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp67 m_interpreter.OutputFormattedHelpText( in DoExecute()
H A DCommandObjectMultiword.cpp168 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
171 m_interpreter.OutputFormattedHelpText(output_stream, indented_command, in GenerateHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h376 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix,
379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,