Home | History | Annotate | Download | only in MC

Lines Matching defs:Padding

1360   uint64_t Padding = OffsetToAlignment(OS.tell(), SD.getAlignment());
1361 WriteZeros(Padding);
1494 // Get the size of the section in the output file (including padding).
1515 // Get the size of the section in the output file (including padding).
1527 uint64_t Padding = OffsetToAlignment(OS.tell(), NaturalAlignment);
1528 WriteZeros(Padding);