Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp668 auto QueryInfo = std::make_shared<OnResolveInfo>( in materialize() local
671 make_pair(std::move(QuerySymbols), std::move(QueryInfo))); in materialize()
677 auto QueryInfo = std::move(QueryInfos.back().second); in materialize() local
681 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 …]
/freebsd-11-stable/contrib/expat/xmlwf/
HDxmlwin32url.cxx187 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType, in OnDataAvailable()