Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Jobs

114 // 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 (driver::JobList::const_iterator I = Jobs.begin(), E = Jobs.end(); I != E;
257 // Collect only for Assemble jobs. If we do all jobs we get duplicates
258 // since Link jobs point to Assemble jobs as inputs.
265 // No compile jobs found.