Lines Matching defs:ByVal
2018 // ByVal pointer itself has clean shadow. We copy the actual
4914 bool ByVal = CB.paramHasAttr(i, Attribute::ByVal);
4916 bool EagerCheck = MayCheckCall && !ByVal && NoUndef;
4923 // Compute the Shadow for arg even if it is ByVal, because
4930 if (ByVal) {
4931 // ByVal requires some special handling as it's too big for a single
4934 "ByVal argument is not a pointer!");
5558 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal);
5560 // ByVal arguments always go to the overflow area.
6000 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal);
6196 // SystemZABIInfo does not produce ByVal parameters.
6197 assert(!CB.paramHasAttr(ArgNo, Attribute::ByVal));
6414 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal);