Searched refs:lookupAsync (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericDylibManager.h | 58 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup() 67 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup() 75 LLVM_ABI void lookupAsync(tpctypes::DylibHandle H, 80 LLVM_ABI void lookupAsync(tpctypes::DylibHandle H,
|
| H A D | Core.h | 68 LLVM_ABI void lookupAsync(LookupAsyncOnCompleteFn OnComplete) const;
|
| /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 | 43 DylibMgr.lookupAsync(Element.Handle, Element.Symbols, in lookupSymbolsAsyncHelper()
|
| H A D | LazyReexports.cpp | 433 LandingSym.lookupAsync([this, JD = std::move(LandingInfo.JD), in resolve()
|
| H A D | Core.cpp | 180 void SymbolInstance::lookupAsync(LookupAsyncOnCompleteFn OnComplete) const { in lookupAsync() function in llvm::orc::SymbolInstance
|