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