Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h48 using NotifyCompiledFunction = std::function<void( variable
56 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);
66 NotifyCompiledFunction NotifyCompiled = NotifyCompiledFunction();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()