Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp400 interpreter.OutputHelpText(str, name_str.GetString(), "--", help_text, in GetArgumentHelp()
H A DCommandInterpreter.cpp2631 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text, in OutputHelpText() function in CommandInterpreter