Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp383 FooR->addDependenciesForAll({{&V, SymbolNameSet({Bar})}}); in TEST_F()
384 BarR->addDependenciesForAll({{&V, SymbolNameSet({Baz})}}); in TEST_F()
385 BazR->addDependenciesForAll({{&V, SymbolNameSet({Foo})}}); in TEST_F()
389 FooR->addDependenciesForAll({{&V, SymbolNameSet({Foo})}}); in TEST_F()
390 BarR->addDependenciesForAll({{&V, SymbolNameSet({Bar})}}); in TEST_F()
391 BazR->addDependenciesForAll({{&V, SymbolNameSet({Baz})}}); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLegacy.cpp34 MR->addDependenciesForAll(Deps); in lookup()
DRTDyldObjectLinkingLayer.cpp29 MR.addDependenciesForAll(Deps); in lookup()
DCore.cpp695 void MaterializationResponsibility::addDependenciesForAll( in addDependenciesForAll() function in llvm::orc::MaterializationResponsibility
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h186 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);