Searched refs:AsynchronousSymbolQuery (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 32 class AsynchronousSymbolQuery; variable 402 void legacyFailQuery(AsynchronousSymbolQuery &Q, Error Err); 405 std::shared_ptr<AsynchronousSymbolQuery> Q, SymbolNameSet Names)>; 483 class AsynchronousSymbolQuery { 491 AsynchronousSymbolQuery(const SymbolNameSet &Symbols, 545 friend class AsynchronousSymbolQuery; variable 554 std::set<std::shared_ptr<AsynchronousSymbolQuery>>; 652 SymbolNameSet legacyLookup(std::shared_ptr<AsynchronousSymbolQuery> Q, 657 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>; 692 void lodgeQuery(std::shared_ptr<AsynchronousSymbolQuery> &Q, [all …]
|
D | Legacy.h | 40 virtual SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, 61 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup() 137 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn() 189 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
|
D | NullResolver.h | 28 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query,
|
D | CompileOnDemandLayer.h | 527 LegacyLookup](std::shared_ptr<AsynchronousSymbolQuery> Query, in addLogicalModule() 695 [this, &LD, LegacyLookup](std::shared_ptr<AsynchronousSymbolQuery> Q, in emitPartition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | LegacyAPIInteropTest.cpp | 26 [&](std::shared_ptr<AsynchronousSymbolQuery> Q, SymbolNameSet Symbols) { in TEST_F() 60 auto Q = std::make_shared<AsynchronousSymbolQuery>(SymbolNameSet({Foo, Bar}), in TEST_F() 82 auto Lookup = [&](std::shared_ptr<AsynchronousSymbolQuery> Query, in TEST() 174 AsynchronousSymbolQuery Q({Foo, Bar}, OnResolved, OnReady); in TEST()
|
D | RTDyldObjectLinkingLayerTest.cpp | 190 [&](std::shared_ptr<AsynchronousSymbolQuery> Query, in TEST_F()
|
D | CoreAPIsTest.cpp | 118 AsynchronousSymbolQuery Q(SymbolNameSet({Foo}), OnResolution, OnReady); in TEST_F() 155 auto Q = std::make_shared<AsynchronousSymbolQuery>( in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | Core.cpp | 145 void ExecutionSessionBase::legacyFailQuery(AsynchronousSymbolQuery &Q, in legacyFailQuery() 230 auto Query = std::make_shared<AsynchronousSymbolQuery>( in legacyLookup() 305 auto Q = std::make_shared<AsynchronousSymbolQuery>( in lookup() 500 AsynchronousSymbolQuery::AsynchronousSymbolQuery( in AsynchronousSymbolQuery() function in llvm::orc::AsynchronousSymbolQuery 511 void AsynchronousSymbolQuery::resolve(const SymbolStringPtr &Name, in resolve() 521 void AsynchronousSymbolQuery::handleFullyResolved() { in handleFullyResolved() 529 void AsynchronousSymbolQuery::notifySymbolReady() { in notifySymbolReady() 534 void AsynchronousSymbolQuery::handleFullyReady() { in handleFullyReady() 542 bool AsynchronousSymbolQuery::canStillFail() { in canStillFail() 546 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed() [all …]
|
D | NullResolver.cpp | 22 NullResolver::lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
|
D | Legacy.cpp | 27 auto LookupFn = [&, this](std::shared_ptr<AsynchronousSymbolQuery> Q, in lookup()
|
D | OrcMCJITReplacement.h | 169 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
|
D | OrcCBindingsStack.h | 149 lookup(std::shared_ptr<orc::AsynchronousSymbolQuery> Query, in lookup()
|