Home
last modified time | relevance | path

Searched refs:OutputHelpText (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h355 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp387 interpreter.OutputHelpText(str, name_str.GetString(), "--", help_text, in GetArgumentHelp()
H A DCommandInterpreter.cpp2572 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text, in OutputHelpText() function in CommandInterpreter