Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp82 NotifyLoadedFunction NotifyLoaded, NotifyEmittedFunction NotifyEmitted) in RTDyldObjectLinkingLayer() argument
85 NotifyEmitted(std::move(NotifyEmitted)) {} in RTDyldObjectLinkingLayer()
211 if (NotifyEmitted) in onObjEmit()
212 NotifyEmitted(K); in onObjEmit()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h57 NotifyEmittedFunction NotifyEmitted = NotifyEmittedFunction());
117 NotifyEmittedFunction NotifyEmitted; variable