Home | History | Annotate | Download | only in Driver

Lines Matching refs:Arguments

31                  const char *Executable, const ArgStringList &Arguments,
34 Arguments(Arguments), ResponseFile(nullptr) {
42 // arguments. Therefore, we need to skip the flag and the next argument.
109 // In regular response files, we send all arguments to the response file.
110 // Wrapping all arguments in double quotes ensures that both Unix tools and
112 for (const char *Arg : Arguments) {
128 // When not a file list, all arguments are sent to the response file.
144 for (const char *Arg : Arguments) {
161 llvm::ArrayRef<const char *> Args = Arguments;
213 OS << "\n Arguments passed via response file:\n";
237 Argv.append(Arguments.begin(), Arguments.end());
246 // We need to put arguments in a response file (command is too large)