Home
last modified time | relevance | path

Searched refs:Jobs (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp78 const driver::JobList &Jobs = C->getJobs(); in createInvocation() local
80 if (Jobs.size() > 1) { in createInvocation()
93 if (Jobs.size() == 0 || (Jobs.size() > 1 && !PickFirstOfMany)) { in createInvocation()
96 Jobs.Print(OS, "; ", true); in createInvocation()
100 auto Cmd = llvm::find_if(Jobs, [](const driver::Command &Cmd) { in createInvocation()
103 if (Cmd == Jobs.end()) { in createInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h268 list_type Jobs;
275 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob()
280 const list_type &getJobs() const { return Jobs; } in getJobs()
282 bool empty() const { return Jobs.empty(); } in empty()
283 size_type size() const { return Jobs.size(); } in size()
284 iterator begin() { return Jobs.begin(); } in begin()
285 const_iterator begin() const { return Jobs.begin(); } in begin()
286 iterator end() { return Jobs.end(); } in end()
287 const_iterator end() const { return Jobs.end(); } in end()
H A DCompilation.h79 JobList Jobs; variable
211 JobList &getJobs() { return Jobs; } in getJobs()
212 const JobList &getJobs() const { return Jobs; } in getJobs()
214 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand()
317 ExecuteJobs(const JobList &Jobs,
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp86 const driver::JobList &Jobs = Compilation->getJobs(); in ignoreExtraCC1Commands() local
94 for (const auto &Job : Jobs) in ignoreExtraCC1Commands()
98 if (Jobs.size() > 1) { in ignoreExtraCC1Commands()
132 const driver::JobList &Jobs = Compilation->getJobs(); in getCC1Arguments() local
143 for (const driver::Command &Job : Jobs) in getCC1Arguments()
150 for (const driver::Command &Job : Jobs) in getCC1Arguments()
158 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
H A DCompilationDatabase.cpp281 const driver::JobList &Jobs = Compilation->getJobs(); in stripPositionalArgs() local
285 for (const auto &Cmd : Jobs) { in stripPositionalArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp240 void Compilation::ExecuteJobs(const JobList &Jobs, in ExecuteJobs() argument
247 for (const auto &Job : Jobs) { in ExecuteJobs()
266 Jobs.clear(); in initCompilationForDiagnostics()
H A DJob.cpp455 void JobList::clear() { Jobs.clear(); } in clear()
/freebsd/contrib/tcsh/nls/german/
H A Dset167 65 %sEs gibt noch angehaltene Jobs
68 66 %sEs gibt noch angehaltene Jobs
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp71 const driver::JobList &Jobs = Compilation->getJobs(); in GetCC1Arguments() local
72 if (!Jobs.size() || !isa<driver::Command>(*Jobs.begin())) in GetCC1Arguments()
78 const driver::Command *Cmd = cast<driver::Command>(&(*Jobs.begin())); in GetCC1Arguments()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp363 if (StringRef Jobs = getLTOParallelism(Args, D); !Jobs.empty()) in ConstructJob() local
364 AddLTOFlag(Twine("jobs=") + Jobs); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2125 SmallVector<BasicBlock *> Jobs; in allPathsGoThroughCold() local
2126 Jobs.push_back(&F.front()); in allPathsGoThroughCold()
2128 while (!Jobs.empty()) { in allPathsGoThroughCold()
2129 BasicBlock *BB = Jobs.pop_back_val(); in allPathsGoThroughCold()
2162 Jobs.push_back(Succ); in allPathsGoThroughCold()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2229 SmallVector<Job> Jobs; member in __anona29527bd2511::OutOfProcessThinBackend
2260 Jobs.resize((size_t)ThinLTONumTasks); in setup()
2278 Job &J = Jobs[Task - ThinLTOTaskOffset]; in start()
2389 for (const auto &J : Jobs) { in emitDistributorJson()
2440 for (auto &Job : Jobs) { in wait()
2476 for (auto &Job : Jobs) { in wait()
/freebsd/crypto/openssl/
H A DREADME.md260 "AppVeyor Jobs"