Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h58 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 DCore.h68 LLVM_ABI void lookupAsync(LookupAsyncOnCompleteFn OnComplete) const;
/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.cpp43 DylibMgr.lookupAsync(Element.Handle, Element.Symbols, in lookupSymbolsAsyncHelper()
H A DLazyReexports.cpp433 LandingSym.lookupAsync([this, JD = std::move(LandingInfo.JD), in resolve()
H A DCore.cpp180 void SymbolInstance::lookupAsync(LookupAsyncOnCompleteFn OnComplete) const { in lookupAsync() function in llvm::orc::SymbolInstance