Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h172 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp825 void CommandObject::FormatLongHelpText(Stream &output_strm, in FormatLongHelpText() function in CommandObject
868 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()