Searched refs:AsynchronousSymbolQuery (Results 1 – 2 of 2) sorted by relevance
37 class AsynchronousSymbolQuery; variable837 class AsynchronousSymbolQuery {848 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,948 friend class AsynchronousSymbolQuery; variable1152 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;1155 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;1176 void addQuery(std::shared_ptr<AsynchronousSymbolQuery> Q);1177 void removeQuery(const AsynchronousSymbolQuery &Q);1248 void detachQueryHelper(AsynchronousSymbolQuery &Q,1710 std::shared_ptr<AsynchronousSymbolQuery> Q,
158 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery172 void AsynchronousSymbolQuery::notifySymbolMetRequiredState( in notifySymbolMetRequiredState()214 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed()222 void AsynchronousSymbolQuery::addQueryDependence(JITDylib &JD, in addQueryDependence()229 void AsynchronousSymbolQuery::removeQueryDependence( in removeQueryDependence()248 void AsynchronousSymbolQuery::detach() { in detach()588 std::shared_ptr<AsynchronousSymbolQuery> Q;1483 std::shared_ptr<AsynchronousSymbolQuery> Q) { in addQuery()1494 const AsynchronousSymbolQuery &Q) { in removeQuery()1746 void JITDylib::detachQueryHelper(AsynchronousSymbolQuery &Q, in detachQueryHelper()[all …]