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.cpp28 NotifyResolvedFunction NotifyResolved) { in getCallThroughTrampoline() argument
38 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
60 NotifyResolvedFunction NotifyResolved; in notifyResolved() local
65 NotifyResolved = std::move(I->second); in notifyResolved()
70 return NotifyResolved ? NotifyResolved(ResolvedAddr) : Error::success(); in notifyResolved()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h53 NotifyResolvedFunction NotifyResolved);