Searched refs:AllocatedTAlign (Results 1 – 1 of 1) sorted by relevance
43 unsigned AllocatedTAlign,55 unsigned AllocatedTAlign) const;178 unsigned AllocatedTAlign) const { in checkElementRegionAlign()208 if (AllocatedTAlign > BaseRegionAlign) { in checkElementRegionAlign()223 unsigned AddressAlign = Offset % AllocatedTAlign; in checkElementRegionAlign()225 emitBadAlignReport(P, C, AllocatedTAlign, AddressAlign); in checkElementRegionAlign()237 unsigned AllocatedTAlign) const { in checkFieldRegionAlign()253 unsigned AddressAlign = OffsetValue % AllocatedTAlign; in checkFieldRegionAlign()262 unsigned AllocatedTAlign) const { in isVarRegionAlignedProperly()265 if (AllocatedTAlign > StorageTAlign) { in isVarRegionAlignedProperly()[all …]