Home
last modified time | relevance | path

Searched defs:setNotifyCompiled (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp19 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled() function in llvm::orc::IRCompileLayer
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h77 void setNotifyCompiled(NotifyCompiledCallback NotifyCompiled) { in setNotifyCompiled() function