Searched defs:DestM (Results 1 – 2 of 2) sorted by relevance
206 std::unique_ptr<Module> DestM(getExternal(Ctx, "foo")); in TEST_F() local228 std::unique_ptr<Module> DestM(getExternal(Ctx, "foo")); in TEST_F() local
231 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables()