Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Elements

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