Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp427 auto QueryInfo = std::make_shared<OnResolveInfo>(std::move(*NewR), in materialize() local
430 make_pair(std::move(QuerySymbols), std::move(QueryInfo))); in materialize()
436 auto QueryInfo = std::move(QueryInfos.back().second); in materialize() local
440 auto RegisterDependencies = [QueryInfo, in materialize()
452 for (auto &[Alias, AliasInfo] : QueryInfo->Aliases) in materialize()
454 QueryInfo->SDGs.push_back({{Alias}, {{&SrcJD, {AliasInfo.Aliasee}}}}); in materialize()
457 auto OnComplete = [QueryInfo](Expected<SymbolMap> Result) { in materialize()
458 auto &ES = QueryInfo->R->getTargetJITDylib().getExecutionSession(); in materialize()
461 for (auto &KV : QueryInfo->Aliases) { in materialize()
472 if (auto Err = QueryInfo->R->notifyResolved(ResolutionMap)) { in materialize()
[all …]