Home | History | Annotate | Download | only in Tooling

Lines Matching defs:Jobs

113 // all inputs, direct and indirect, of compile jobs.
205 /// \li false if \c Args cannot be used for compilation jobs (e.g.
215 // The clang executable path isn't required since the jobs the driver builds
237 // up with no jobs but then this is the user's fault.
249 const driver::JobList &Jobs = Compilation->getJobs();
253 for (const auto &Cmd : Jobs) {
254 // Collect only for Assemble jobs. If we do all jobs we get duplicates
255 // since Link jobs point to Assemble jobs as inputs.
261 // No compile jobs found.