Searched refs:NewUsed (Results 1 – 2 of 2) sorted by relevance
233 SmallVector<GlobalValue *, 4> Used, NewUsed; in cloneUsedGlobalVariables() local240 NewUsed.push_back(GV); in cloneUsedGlobalVariables()244 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()246 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
5236 auto *NewUsed = new GlobalVariable( in embedBitcodeInModule() local5239 NewUsed->setSection("llvm.metadata"); in embedBitcodeInModule()