Searched refs:QueryInfo (Results 1 – 2 of 2) sorted by relevance
668 auto QueryInfo = std::make_shared<OnResolveInfo>( in materialize() local671 make_pair(std::move(QuerySymbols), std::move(QueryInfo))); in materialize()677 auto QueryInfo = std::move(QueryInfos.back().second); in materialize() local681 auto RegisterDependencies = [QueryInfo, in materialize()695 for (auto &KV : QueryInfo->Aliases) in materialize()698 QueryInfo->R.addDependencies(KV.first, PerAliasDepsMap); in materialize()702 auto OnComplete = [QueryInfo](Expected<SymbolMap> Result) { in materialize()703 auto &ES = QueryInfo->R.getTargetJITDylib().getExecutionSession(); in materialize()706 for (auto &KV : QueryInfo->Aliases) { in materialize()712 if (auto Err = QueryInfo->R.notifyResolved(ResolutionMap)) { in materialize()[all …]
187 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType, in OnDataAvailable()