Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp119 this->ES->setDispatchTask( in SpeculativeJIT()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp896 ES->setDispatchTask([this](std::unique_ptr<Task> T) { in LLJIT()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1496 ExecutionSession &setDispatchTask(DispatchTaskFunction DispatchTask) { in setDispatchTask() function