Searched refs:EmptyM (Results 1 – 1 of 1) sorted by relevance
173 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local175 Linker::linkModules(*EmptyM, std::move(InternalM)); in TEST_F()180 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local182 Linker::linkModules(*InternalM, std::move(EmptyM)); in TEST_F()