Home
last modified time | relevance | path

Searched refs:FormatLongHelpText (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h171 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp812 void CommandObject::FormatLongHelpText(Stream &output_strm, in FormatLongHelpText() function in CommandObject
857 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()