Searched refs:OutputFormattedHelpText (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 397 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 D | Property.cpp | 292 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription() 295 interpreter.OutputFormattedHelpText(strm, m_name.GetStringRef(), "--", in DumpDescription()
|
| H A D | CommandInterpreter.cpp | 1226 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 D | CommandObjectApropos.cpp | 67 m_interpreter.OutputFormattedHelpText( in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 168 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 D | CommandInterpreter.h | 376 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix, 379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
|