Home
last modified time | relevance | path

Searched refs:EmptyM (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/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()