Home
last modified time | relevance | path

Searched refs:dispatchTask (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp481 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in onLazyReexportsCreated()
607 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in doNextSpeculativeLookup()
H A DCore.cpp255 ES.dispatchTask(std::move(T)); in handleComplete()
828 ES.dispatchTask(std::make_unique<MaterializationTask>( in replace()
2175 dispatchTask(std::make_unique<MaterializationTask>(std::move(JMU->first), in dispatchOutstandingMUs()
2325 dispatchTask(std::make_unique<LookupTask>(std::move(LS))); in OL_resumeLookupAfterGeneration()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1564 void dispatchTask(std::unique_ptr<Task> T) { in dispatchTask() function