Home
last modified time | relevance | path

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

/external/llvm/unittests/Linker/
DLinkModulesTest.cpp174 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local
176 Linker::linkModules(*EmptyM, std::move(InternalM)); in TEST_F()
181 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local
183 Linker::linkModules(*InternalM, std::move(EmptyM)); in TEST_F()