Searched refs:OutputFormattedHelpText (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 384 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 391 interpreter.OutputFormattedHelpText(str, name_str.GetString(), "--", in GetArgumentHelp() 828 interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix.c_str(), in FormatLongHelpText() 844 interpreter.OutputFormattedHelpText(output_strm, "", "", help_text.c_str(), in GenerateHelpText() 847 interpreter.OutputFormattedHelpText(output_strm, "", "", GetHelp(), 1); in GenerateHelpText() 864 interpreter.OutputFormattedHelpText( in GenerateHelpText() 874 interpreter.OutputFormattedHelpText( in GenerateHelpText()
|
| H A D | Property.cpp | 280 interpreter.OutputFormattedHelpText(strm, qualified_name.GetString(), in DumpDescription() 283 interpreter.OutputFormattedHelpText(strm, m_name.GetStringRef(), "--", in DumpDescription()
|
| H A D | CommandInterpreter.cpp | 1181 OutputFormattedHelpText(result.GetOutputStream(), llvm::StringRef(), in GetHelp() 1197 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 1214 OutputFormattedHelpText(result.GetOutputStream(), alias_pos->first, "--", in GetHelp() 1226 OutputFormattedHelpText(result.GetOutputStream(), pos->first, "--", in GetHelp() 2520 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2561 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText() function in CommandInterpreter 2569 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text); in OutputFormattedHelpText()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 78 m_interpreter.OutputFormattedHelpText( in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 172 m_interpreter.OutputFormattedHelpText(output_stream, in GenerateHelpText() 176 m_interpreter.OutputFormattedHelpText(output_stream, in GenerateHelpText()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 342 void OutputFormattedHelpText(Stream &strm, llvm::StringRef prefix, 345 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
|