Home
last modified time | relevance | path

Searched refs:addDependenciesForAll (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp438 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/
DLegacy.cpp46 MR->addDependenciesForAll(Q->QueryRegistrations); in lookup()
DRTDyldObjectLinkingLayer.cpp47 MR.addDependenciesForAll(Deps); in lookup()
DCore.cpp545 void MaterializationResponsibility::addDependenciesForAll( in addDependenciesForAll() function in llvm::orc::MaterializationResponsibility
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp47 MR.addDependenciesForAll(Deps); in lookup()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h608 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/
DCore.h529 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);