Searched refs:NotifyCompiledFunction (Results 1 – 4 of 4) sorted by relevance
48 using NotifyCompiledFunction = std::function<void( variable56 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);66 NotifyCompiledFunction NotifyCompiled = NotifyCompiledFunction();
48 using NotifyCompiledFunction = variable56 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);65 NotifyCompiledFunction NotifyCompiled = NotifyCompiledFunction();
23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()