19 args.
AppendArgument(value->GetValueAs<llvm::StringRef>().value_or(
""));
A command line argument class.
size_t GetArgumentCount() const
Gets the number of arguments left in this command object.
void AppendArgument(llvm::StringRef arg_str, char quote_char='\0')
Appends a new argument to the end of the list argument list.
void Clear()
Clear the arguments.
size_t GetArgs(Args &args) const
A class that represents a running process on the host machine.