Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp25 NotifyResolvedFunction NotifyResolved) { in getCallThroughTrampoline() argument
35 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
57 NotifyResolvedFunction NotifyResolved; in notifyResolved() local
62 NotifyResolved = std::move(I->second); in notifyResolved()
67 return NotifyResolved ? NotifyResolved(ResolvedAddr) : Error::success(); in notifyResolved()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h50 NotifyResolvedFunction NotifyResolved);