Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp37 Notifiers[*Trampoline] = std::move(NotifyResolved); in getCallThroughTrampoline()
71 auto I = Notifiers.find(TrampolineAddr); in callThroughToSymbol()
72 if (I != Notifiers.end()) { in callThroughToSymbol()
74 Notifiers.erase(I); in callThroughToSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h107 NotifiersMap Notifiers; variable