Home
last modified time | relevance | path

Searched refs:SourceM (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Linker/
DLinkModulesTest.cpp207 std::unique_ptr<Module> SourceM(getExternal(Ctx, "bar")); in TEST_F() local
209 LLVMLinkModules2(wrap(DestM.get()), wrap(SourceM.release())); in TEST_F()
229 std::unique_ptr<Module> SourceM(getExternal(Ctx, "foo")); in TEST_F() local
231 LLVMLinkModules2(wrap(DestM.get()), wrap(SourceM.release())); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp207 std::unique_ptr<Module> SourceM(getExternal(Ctx, "bar")); in TEST_F() local
209 LLVMLinkModules2(wrap(DestM.get()), wrap(SourceM.release())); in TEST_F()
229 std::unique_ptr<Module> SourceM(getExternal(Ctx, "foo")); in TEST_F() local
231 LLVMLinkModules2(wrap(DestM.get()), wrap(SourceM.release())); in TEST_F()