Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h47 using NotifyEmittedFunction = std::function<void(VModuleKey)>; variable
57 NotifyEmittedFunction NotifyEmitted = NotifyEmittedFunction());
117 NotifyEmittedFunction NotifyEmitted;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp82 NotifyLoadedFunction NotifyLoaded, NotifyEmittedFunction NotifyEmitted) in RTDyldObjectLinkingLayer()