Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Pad

335   // If we have no storage type just pad to the appropriate size and return.
621 Pad = Padding.begin(), PadEnd = Padding.end();
622 Pad != PadEnd; ++Pad)
623 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second)));