Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h172 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp832 void CommandObject::FormatLongHelpText(Stream &output_strm, in FormatLongHelpText() function in CommandObject
875 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()