Searched refs:AsynchronousSymbolQuery (Results 1 – 2 of 2) sorted by relevance
40 class AsynchronousSymbolQuery; variable841 class AsynchronousSymbolQuery {852 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,959 friend class AsynchronousSymbolQuery; variable1168 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;1171 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;1192 void addQuery(std::shared_ptr<AsynchronousSymbolQuery> Q);1193 void removeQuery(const AsynchronousSymbolQuery &Q);1256 void detachQueryHelper(AsynchronousSymbolQuery &Q,1755 std::shared_ptr<AsynchronousSymbolQuery> Q,
160 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery174 void AsynchronousSymbolQuery::notifySymbolMetRequiredState( in notifySymbolMetRequiredState()217 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed()225 void AsynchronousSymbolQuery::addQueryDependence(JITDylib &JD, in addQueryDependence()232 void AsynchronousSymbolQuery::removeQueryDependence( in removeQueryDependence()251 void AsynchronousSymbolQuery::detach() { in detach()590 std::shared_ptr<AsynchronousSymbolQuery> Q;1523 std::shared_ptr<AsynchronousSymbolQuery> Q) { in addQuery()1534 const AsynchronousSymbolQuery &Q) { in removeQuery()1786 void JITDylib::detachQueryHelper(AsynchronousSymbolQuery &Q, in detachQueryHelper()[all …]