Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h58 NotifyResolvedFunctionImpl(NotifyResolvedImpl NotifyResolved) in NotifyResolvedFunctionImpl()
73 createNotifyResolvedFunction(NotifyResolvedImpl NotifyResolved) { in createNotifyResolvedFunction()
177 NotifyResolved; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp29 std::shared_ptr<NotifyResolvedFunction> NotifyResolved) { in getCallThroughTrampoline()
68 std::shared_ptr<NotifyResolvedFunction> NotifyResolved = nullptr; in callThroughToSymbol() local