Lines Matching refs:Padding
1324 // Emit inter-object padding for alignment.
1863 // Extend the element to take zero padding into account.
1927 if (unsigned Padding = Size - EmittedSize)
1928 AP.OutStreamer->EmitZeros(Padding);
1959 if (unsigned Padding = Size - EmittedSize)
1960 AP.OutStreamer->EmitZeros(Padding);
1976 // Check if padding is needed and insert one or more 0s.
1982 // Insert padding - this may include padding to increase the size of the
1984 // as padding to ensure that the next field starts at the right offset.
2033 // Emit the tail padding for the long double.