Searched refs:EmptyM (Results 1 – 2 of 2) sorted by relevance
174 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local176 Linker::linkModules(*EmptyM, std::move(InternalM)); in TEST_F()181 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local183 Linker::linkModules(*InternalM, std::move(EmptyM)); in TEST_F()