Searched refs:Executor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp30 class Executor { class in namespace:llvm::parallel::detail::__anon1991
32 virtual ~Executor() = default;
35 static Executor *getDefaultExecutor();
38 /// An implementation of an Executor that runs closures on a thread pool
40 class ThreadPoolExecutor : public Executor {
114 Executor *Executor::getDefaultExecutor() {
152 Executor::getDefaultExecutor()->add([&, F] {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp73 llvm::Expected<std::unique_ptr<ToolExecutor>> Executor = local
75 if (!Executor) {
78 "': " + llvm::toString(Executor.takeError()) + "\n",
81 return std::move(*Executor);
84 llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.",
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp48 class Executor { class in namespace:lld::coff::__anon1103
50 explicit Executor(StringRef s) : prog(saver.save(s)) {} function in class:lld::coff::__anon1103::Executor
423 Executor e("mt.exe");

Completed in 214 milliseconds