Home
last modified time | relevance | path

Searched refs:SourceM (Results 1 – 1 of 1) 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()