Lines Matching defs:OffsetAfterUnitLength
465 uint64_t OffsetAfterUnitLength = emitLocListHeader(OutLocationSection);
511 if (OffsetAfterUnitLength > 0) {
512 assert(OffsetAfterUnitLength -
514 OffsetAfterUnitLength);
516 OffsetAfterUnitLength -
519 OutLocationSection.OS.tell() - OffsetAfterUnitLength);
531 uint64_t OffsetAfterUnitLength = OutLocationSection.OS.tell();
545 return OffsetAfterUnitLength;
704 uint64_t OffsetAfterUnitLength = emitRangeListHeader(OutRangeSection);
757 if (OffsetAfterUnitLength > 0) {
758 assert(OffsetAfterUnitLength -
760 OffsetAfterUnitLength);
762 OffsetAfterUnitLength -
765 OutRangeSection.OS.tell() - OffsetAfterUnitLength);
776 uint64_t OffsetAfterUnitLength = OutRangeSection.OS.tell();
790 return OffsetAfterUnitLength;