Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h37 class AsynchronousSymbolQuery; variable
813 class AsynchronousSymbolQuery {
824 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,
910 friend class AsynchronousSymbolQuery; variable
917 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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp143 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery
157 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 …]