Searched refs:lookupAsync (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.h | 57 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 D | EPCGenericDylibManager.cpp | 84 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 D | SimpleRemoteEPC.cpp | 44 DylibMgr.lookupAsync(Element.Handle, Element.Symbols, in lookupSymbolsAsyncHelper()
|