Lines Matching refs:FieldSize
1657 unsigned fieldSize = CGM.getContext().getTypeSize(type);
1661 fieldSize / WordSizeInBits));
1664 fieldSize / ByteSizeInBits));
3687 unsigned FieldSize = CGM.getContext().getTypeSize(Field->getType());
3691 uint64_t UnionIvarSize = FieldSize / WordSizeInBits;
3699 FieldSize / WordSizeInBits));
3707 uint64_t UnionIvarSize = FieldSize;
3716 FieldSize / ByteSizeInBits));
3735 unsigned FieldSize
3738 FieldSize / ByteSizeInBits));