Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1364 GlobalVariable *NewGlobal = in InstrumentGlobals() local
1367 NewGlobal->copyAttributesFrom(G); in InstrumentGlobals()
1368 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()
1375 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()
1376 NewGlobal->takeName(G); in InstrumentGlobals()
1388 GlobalStructTy, ConstantExpr::getPointerCast(NewGlobal, IntptrTy), in InstrumentGlobals()
1397 DEBUG(dbgs() << "NEW GLOBAL: " << *NewGlobal << "\n"); in InstrumentGlobals()