Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp36 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
61 auto I = Notifiers.find(TrampolineAddr); in notifyResolved()
62 if (I != Notifiers.end()) { in notifyResolved()
64 Notifiers.erase(I); in notifyResolved()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h82 NotifiersMap Notifiers; variable