Home
last modified time | relevance | path

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

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