Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp26 NotifyResolvedFunction NotifyResolved) { in getCallThroughTrampoline() argument
36 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
58 NotifyResolvedFunction NotifyResolved; in notifyResolved() local
63 NotifyResolved = std::move(I->second); in notifyResolved()
68 return NotifyResolved ? NotifyResolved(ResolvedAddr) : Error::success(); in notifyResolved()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h50 NotifyResolvedFunction NotifyResolved);