Home
last modified time | relevance | path

Searched refs:NotifyCompiledFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h49 using NotifyCompiledFunction = std::function<void( variable
57 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);
67 NotifyCompiledFunction NotifyCompiled = NotifyCompiledFunction();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()