Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp233 SmallVector<GlobalValue *, 4> Used, NewUsed; in cloneUsedGlobalVariables() local
240 NewUsed.push_back(GV); in cloneUsedGlobalVariables()
244 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
246 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5236 auto *NewUsed = new GlobalVariable( in embedBitcodeInModule() local
5239 NewUsed->setSection("llvm.metadata"); in embedBitcodeInModule()