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.h314 using NotifyCreatedFunction = std::function<Error(LLJIT &)>; variable
326 NotifyCreatedFunction NotifyCreated;
453 setNotifyCreatedCallback(LLJITBuilderState::NotifyCreatedFunction Callback) { in setNotifyCreatedCallback()