Lines Matching refs:Job
2221 struct Job { struct in __anona29527bd2511::OutOfProcessThinBackend
2229 SmallVector<Job> Jobs;
2278 Job &J = Jobs[Task - ThinLTOTaskOffset]; in start()
2292 [=](Job &J, const FunctionImporter::ImportMapTy &ImportList) { in start()
2440 for (auto &Job : Jobs) { in wait() local
2441 removeFile(Job.NativeObjectPath); in wait()
2443 removeFile(Job.SummaryIndexPath); in wait()
2476 for (auto &Job : Jobs) { in wait() local
2480 MemoryBuffer::getFile(Job.NativeObjectPath, /*IsText=*/false, in wait()
2485 Job.NativeObjectPath + ": " + EC.message(), in wait()
2487 auto StreamOrErr = AddStream(Job.Task, Job.ModuleID); in wait()