Lines Matching refs:NewGlobal
107 VariableDeclaration *NewGlobal = Global; in instrumentGlobals() local
128 NewGlobal = VariableDeclaration::create(&NewGlobals); in instrumentGlobals()
129 NewGlobal->setName(Global->getName()); in instrumentGlobals()
136 NewGlobal->addInitializer(Init); in instrumentGlobals()
143 NewGlobal->addInitializer(Init); in instrumentGlobals()
149 NewGlobal->addInitializer(Init); in instrumentGlobals()
167 NewGlobal->addInitializer(VariableDeclaration::RelocInitializer::create( in instrumentGlobals()
173 NewGlobal->setIsConstant(Global->getIsConstant()); in instrumentGlobals()
176 NewGlobal->setAlignment(Alignment); in instrumentGlobals()
188 NewGlobals.push_back(NewGlobal); in instrumentGlobals()
192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()