Home | History | Annotate | Download | only in MC

Lines Matching refs:TotalLength

676     unsigned TotalLength = BundlePadding + static_cast<unsigned>(FSize);
677 if (F.alignToBundleEnd() && TotalLength > getBundleAlignSize()) {
685 // ^-------------------^ <- TotalLength
686 unsigned DistanceToBoundary = TotalLength - getBundleAlignSize();