Lines Matching refs:NewGlobal
1469 GlobalVariable *NewGlobal = in InstrumentGlobals() local
1472 NewGlobal->copyAttributesFrom(G); in InstrumentGlobals()
1473 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()
1480 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()
1481 NewGlobal->takeName(G); in InstrumentGlobals()
1493 GlobalValue *InstrumentedGlobal = NewGlobal; in InstrumentGlobals()
1500 NameForGlobal + M.getName(), NewGlobal); in InstrumentGlobals()
1508 NewGlobal->getThreadLocalMode()); in InstrumentGlobals()
1511 ODRIndicatorSym->setVisibility(NewGlobal->getVisibility()); in InstrumentGlobals()
1512 ODRIndicatorSym->setDLLStorageClass(NewGlobal->getDLLStorageClass()); in InstrumentGlobals()
1530 DEBUG(dbgs() << "NEW GLOBAL: " << *NewGlobal << "\n"); in InstrumentGlobals()