Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp231 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument
238 auto *GV = DestM.getNamedValue(V->getName()); in cloneUsedGlobalVariables()
244 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
246 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()