Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Linker/
H A DLinkModulesTest.cpp173 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local
175 Linker::linkModules(*EmptyM, std::move(InternalM)); in TEST_F()
180 std::unique_ptr<Module> EmptyM(new Module("EmptyModule1", Ctx)); in TEST_F() local
182 Linker::linkModules(*InternalM, std::move(EmptyM)); in TEST_F()