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