Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp216 assert(QueryRegistrations.empty() && ResolvedSymbols.empty() && in handleFailed()
225 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence()
232 auto QRI = QueryRegistrations.find(&JD); in removeQueryDependence()
233 assert(QRI != QueryRegistrations.end() && in removeQueryDependence()
238 QueryRegistrations.erase(QRI); in removeQueryDependence()
252 for (auto &KV : QueryRegistrations) in detach()
254 QueryRegistrations.clear(); in detach()
2789 if (RegisterDependencies && !Q->QueryRegistrations.empty()) { in OL_completeLookup()
2791 RegisterDependencies(Q->QueryRegistrations); in OL_completeLookup()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h892 SymbolDependenceMap QueryRegistrations; variable