Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp244 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument
251 auto *GV = DestM.getNamedValue(V->getName()); in cloneUsedGlobalVariables()
257 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
259 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()