Searched refs:AsynchronousSymbolQuery (Results 1 – 2 of 2) sorted by relevance
37 class AsynchronousSymbolQuery; variable813 class AsynchronousSymbolQuery {824 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,910 friend class AsynchronousSymbolQuery; variable917 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;1060 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;1081 void addQuery(std::shared_ptr<AsynchronousSymbolQuery> Q);1082 void removeQuery(const AsynchronousSymbolQuery &Q);1154 void detachQueryHelper(AsynchronousSymbolQuery &Q,1619 std::shared_ptr<AsynchronousSymbolQuery> Q,
143 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery157 void AsynchronousSymbolQuery::notifySymbolMetRequiredState( in notifySymbolMetRequiredState()199 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed()207 void AsynchronousSymbolQuery::addQueryDependence(JITDylib &JD, in addQueryDependence()214 void AsynchronousSymbolQuery::removeQueryDependence( in removeQueryDependence()233 void AsynchronousSymbolQuery::detach() { in detach()559 std::shared_ptr<AsynchronousSymbolQuery> Q;1411 std::shared_ptr<AsynchronousSymbolQuery> Q) { in addQuery()1422 const AsynchronousSymbolQuery &Q) { in removeQuery()1666 void JITDylib::detachQueryHelper(AsynchronousSymbolQuery &Q, in detachQueryHelper()[all …]