Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h40 class AsynchronousSymbolQuery; variable
841 class AsynchronousSymbolQuery {
852 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,
959 friend class AsynchronousSymbolQuery; variable
1168 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,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp160 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery
174 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 …]