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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1089 GlobalVariable *NewGlobal = new GlobalVariable( local
1092 NewGlobal->copyAttributesFrom(G);
1093 NewGlobal->setAlignment(MinRZ);
1100 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true));
1101 NewGlobal->takeName(G);
1108 GlobalStructTy, ConstantExpr::getPointerCast(NewGlobal, IntptrTy),
1121 DEBUG(dbgs() << "NEW GLOBAL: " << *NewGlobal << "\n");

Completed in 121 milliseconds