Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h32 class AsynchronousSymbolQuery; variable
434 class AsynchronousSymbolQuery {
443 AsynchronousSymbolQuery(const SymbolNameSet &Symbols,
497 friend class AsynchronousSymbolQuery; variable
505 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;
617 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;
652 void lodgeQuery(std::shared_ptr<AsynchronousSymbolQuery> &Q,
656 void lodgeQueryImpl(std::shared_ptr<AsynchronousSymbolQuery> &Q,
661 lookupImpl(std::shared_ptr<AsynchronousSymbolQuery> &Q,
665 void detachQueryHelper(AsynchronousSymbolQuery &Q,
[all …]
H A DLegacy.h40 virtual SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query,
63 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
144 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
197 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
H A DNullResolver.h28 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query,
H A DCompileOnDemandLayer.h537 LegacyLookup](std::shared_ptr<AsynchronousSymbolQuery> Query, in addLogicalModule()
706 [this, &LD, LegacyLookup](std::shared_ptr<AsynchronousSymbolQuery> Q, in emitPartition()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp264 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery
285 void AsynchronousSymbolQuery::handleFullyResolved() { in handleFullyResolved()
301 void AsynchronousSymbolQuery::notifySymbolReady() { in notifySymbolReady()
306 void AsynchronousSymbolQuery::handleFullyReady() { in handleFullyReady()
328 bool AsynchronousSymbolQuery::canStillFail() { in canStillFail()
332 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed()
346 void AsynchronousSymbolQuery::addQueryDependence(JITDylib &JD, in addQueryDependence()
353 void AsynchronousSymbolQuery::removeQueryDependence( in removeQueryDependence()
364 void AsynchronousSymbolQuery::detach() { in detach()
1679 auto Query = std::make_shared<AsynchronousSymbolQuery>( in legacyLookup()
[all …]
H A DNullResolver.cpp22 NullResolver::lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
H A DLegacy.cpp39 auto Q = std::make_shared<AsynchronousSymbolQuery>( in lookup()
H A DOrcMCJITReplacement.h172 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
H A DOrcCBindingsStack.h150 lookup(std::shared_ptr<orc::AsynchronousSymbolQuery> Query, in lookup()