Lines Matching refs:CommandLine
103 llvm::SmallString<128> Driver(Cmd.CommandLine.front());
111 for (size_t I = 0, E = Cmd.CommandLine.size(); I < E; ++I) {
112 llvm::StringRef Arg = Cmd.CommandLine[I];
117 Lang = Cmd.CommandLine[I + 1];
131 Sysroot = Cmd.CommandLine[I + 1];
134 ISysroot = Cmd.CommandLine[I + 1];
141 Target = Cmd.CommandLine[I + 1];
146 Stdlib = Cmd.CommandLine[I + 1];
159 Specs.push_back(Cmd.CommandLine[I + 1]);
439 auto InsertAt = llvm::find(Cmd.CommandLine, "--");
440 Cmd.CommandLine.insert(InsertAt, std::make_move_iterator(ToAppend.begin()),
450 for (llvm::StringRef Arg : Cmd.CommandLine) {
455 auto InsertAt = llvm::find(Cmd.CommandLine, "--");
456 Cmd.CommandLine.insert(InsertAt, "--target=" + Target);
513 if (Cmd.CommandLine.empty())