Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h313 using NotifyCreatedFunction = std::function<Error(LLJIT &)>; variable
325 NotifyCreatedFunction NotifyCreated;
452 setNotifyCreatedCallback(LLJITBuilderState::NotifyCreatedFunction Callback) { in setNotifyCreatedCallback()