Home
last modified time | relevance | path

Searched defs:DestM (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Linker/
H A DLinkModulesTest.cpp207 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
/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp244 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument