Lines Matching refs:NewGlobals
89 VariableDeclarationList NewGlobals; in instrumentGlobals() local
91 auto *RzArray = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
93 auto *RzSizes = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
99 NewGlobals.push_back(RzArray); in instrumentGlobals()
100 NewGlobals.push_back(RzSizes); in instrumentGlobals()
106 VariableDeclaration *RzLeft = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
108 VariableDeclaration *RzRight = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
117 &NewGlobals, RzLeftSize)); in instrumentGlobals()
119 &NewGlobals, RzRightSize)); in instrumentGlobals()
122 &NewGlobals, llvm::NaClBitcodeRecord::RecordVector(RzLeftSize, 'R'))); in instrumentGlobals()
124 &NewGlobals, in instrumentGlobals()
128 NewGlobal = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
168 &NewGlobals, SubstProto, RelocOffsetArray(0))); in instrumentGlobals()
179 &NewGlobals, RzLeft, RelocOffsetArray(0))); in instrumentGlobals()
181 &NewGlobals, RzRight, RelocOffsetArray(0))); in instrumentGlobals()
183 &NewGlobals, sizeToByteVec(RzLeftSize))); in instrumentGlobals()
185 &NewGlobals, sizeToByteVec(RzRightSize))); in instrumentGlobals()
187 NewGlobals.push_back(RzLeft); in instrumentGlobals()
188 NewGlobals.push_back(NewGlobal); in instrumentGlobals()
189 NewGlobals.push_back(RzRight); in instrumentGlobals()
197 Globals.merge(&NewGlobals); in instrumentGlobals()