Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h325 NotifyCreatedFunction NotifyCreated; variable
453 impl().NotifyCreated = std::move(Callback); in setNotifyCreatedCallback()
498 if (impl().NotifyCreated) in create()
499 if (Error Err = impl().NotifyCreated(*J)) in create()