Lines Matching full:byval
4575 // Byval parameter. We have a frame index at this point.
4665 // Don't handle byval struct arguments or VLAs, for example.
5283 Entry.isByVal = CS.paramHasAttr(attrInd, Attribute::ByVal);
6482 // For ByVal, alignment should come from FE. BE will guess if this
6696 if (F.getAttributes().hasAttribute(Idx, Attribute::ByVal)) {
6701 // For ByVal, alignment should be passed from FE. BE will guess if