Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h35 class AsynchronousSymbolQuery; variable
799 class AsynchronousSymbolQuery {
810 AsynchronousSymbolQuery(const SymbolLookupSet &Symbols,
896 friend class AsynchronousSymbolQuery; variable
903 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;
1046 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;
1067 void addQuery(std::shared_ptr<AsynchronousSymbolQuery> Q);
1068 void removeQuery(const AsynchronousSymbolQuery &Q);
1140 void detachQueryHelper(AsynchronousSymbolQuery &Q,
1469 std::shared_ptr<AsynchronousSymbolQuery> Q,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp143 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery
157 void AsynchronousSymbolQuery::notifySymbolMetRequiredState( in notifySymbolMetRequiredState()
173 void AsynchronousSymbolQuery::handleComplete(ExecutionSession &ES) { in handleComplete()
199 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed()
207 void AsynchronousSymbolQuery::addQueryDependence(JITDylib &JD, in addQueryDependence()
214 void AsynchronousSymbolQuery::removeQueryDependence( in removeQueryDependence()
225 void AsynchronousSymbolQuery::dropSymbol(const SymbolStringPtr &Name) { in dropSymbol()
233 void AsynchronousSymbolQuery::detach() { in detach()
538 std::shared_ptr<AsynchronousSymbolQuery> Q, in InProgressFullLookupState()
559 std::shared_ptr<AsynchronousSymbolQuery> Q;
[all …]