Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp246 SmallVector<GlobalValue *, 4> Used, NewUsed; in cloneUsedGlobalVariables() local
253 NewUsed.push_back(GV); in cloneUsedGlobalVariables()
257 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
259 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5473 auto *NewUsed = new GlobalVariable( in embedBitcodeInModule() local
5476 NewUsed->setSection("llvm.metadata"); in embedBitcodeInModule()