Home
last modified time | relevance | path

Searched refs:lookupAsync (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h57 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
66 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
74 void lookupAsync(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup,
78 void lookupAsync(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp84 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync() function in llvm::orc::EPCGenericDylibManager
102 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync() function in llvm::orc::EPCGenericDylibManager
H A DSimpleRemoteEPC.cpp44 DylibMgr.lookupAsync(Element.Handle, Element.Symbols, in lookupSymbolsAsyncHelper()