Searched refs:addDependenciesForAll (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | CoreAPIsTest.cpp | 438 FooR->addDependenciesForAll({{&JD, SymbolNameSet({Foo})}}); in TEST_F() 548 FooR->addDependenciesForAll({{&JD, SymbolNameSet({Bar})}}); in TEST_F() 549 BarR->addDependenciesForAll({{&JD, SymbolNameSet({Baz})}}); in TEST_F() 550 BazR->addDependenciesForAll({{&JD, SymbolNameSet({Foo})}}); in TEST_F() 554 FooR->addDependenciesForAll({{&JD, SymbolNameSet({Foo})}}); in TEST_F() 555 BarR->addDependenciesForAll({{&JD, SymbolNameSet({Bar})}}); in TEST_F() 556 BazR->addDependenciesForAll({{&JD, SymbolNameSet({Baz})}}); in TEST_F() 644 FooR->addDependenciesForAll({{&JD, SymbolNameSet({Bar})}}); in TEST_F() 713 FooR->addDependenciesForAll({{&JD, SymbolNameSet({Bar})}}); in TEST_F() 714 BarR->addDependenciesForAll({{&JD, SymbolNameSet({Foo})}}); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Legacy.cpp | 46 MR->addDependenciesForAll(Q->QueryRegistrations); in lookup()
|
D | RTDyldObjectLinkingLayer.cpp | 47 MR.addDependenciesForAll(Deps); in lookup()
|
D | Core.cpp | 545 void MaterializationResponsibility::addDependenciesForAll( in addDependenciesForAll() function in llvm::orc::MaterializationResponsibility
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 47 MR.addDependenciesForAll(Deps); in lookup()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 608 void addDependenciesForAll(const SymbolDependenceMap &Dependencies); 1676 inline void MaterializationResponsibility::addDependenciesForAll( in addDependenciesForAll() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 529 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);
|