Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp322 assert(QueryRegistrations.empty() && in handleFullyReady()
333 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()
348 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence()
355 auto QRI = QueryRegistrations.find(&JD); in removeQueryDependence()
356 assert(QRI != QueryRegistrations.end() && in removeQueryDependence()
361 QueryRegistrations.erase(QRI); in removeQueryDependence()
368 for (auto &KV : QueryRegistrations) in detach()
370 QueryRegistrations.clear(); in detach()
1688 RegisterDependencies(Query->QueryRegistrations); in legacyLookup()
1781 if (RegisterDependencies && !Q->QueryRegistrations.empty()) in lookup()
[all …]
H A DLegacy.cpp46 MR->addDependenciesForAll(Q->QueryRegistrations); in lookup()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h484 SymbolDependenceMap QueryRegistrations; variable