Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:NewTy

1355     StructType *NewTy = StructType::get(Ty, RightRedZoneTy, nullptr);
1357 ConstantStruct::get(NewTy, G->getInitializer(),
1365 new GlobalVariable(M, NewTy, G->isConstant(), Linkage, NewInitializer,
1375 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true));