Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Elements

587       SmallVector<Type*, 4> Elements;
589 Elements.push_back(getShadowTy(ST->getElementType(i)));
590 StructType *Res = StructType::get(*MS.C, Elements, ST->isPacked());