Home | History | Annotate | Download | only in Driver

Lines Matching refs:Arguments

40                  const llvm::opt::ArgStringList &Arguments,
43 Executable(Executable), Arguments(Arguments) {
53 /// emitting a reproducer. Also track how many arguments it has and if the
59 // arguments. Therefore, we need to skip the flag and the next argument.
115 // In regular response files, we send all arguments to the response file.
116 // Wrapping all arguments in double quotes ensures that both Unix tools and
118 for (const auto *Arg : Arguments) {
134 // When not a file list, all arguments are sent to the response file.
150 for (const auto *Arg : Arguments) {
193 assert(NumArgs == 2 && "Not expecting more than two arguments");
207 ArrayRef<const char *> Args = Arguments;
279 OS << "\n Arguments passed via response file:\n";
318 Argv.append(Arguments.begin(), Arguments.end());
321 // If the command is too large, we need to put arguments in a response file.
362 const llvm::opt::ArgStringList &Arguments,
364 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs,