Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h216 void GetFormattedCommandArguments(Stream &str,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp73 GetFormattedCommandArguments(syntax_str); in GetSyntax()
447 void CommandObject::GetFormattedCommandArguments(Stream &str, in GetFormattedCommandArguments() function in CommandObject
H A DOptions.cpp402 cmd->GetFormattedCommandArguments(arguments_str); in GenerateOptionUsage()
436 cmd->GetFormattedCommandArguments(args_str, opt_set_mask); in GenerateOptionUsage()