Home | History | Annotate | Download | only in MC

Lines Matching refs:TotalLength

557     unsigned TotalLength = BundlePadding + static_cast<unsigned>(FragmentSize);
558 if (F.alignToBundleEnd() && TotalLength > Asm.getBundleAlignSize()) {
566 // ^-------------------^ <- TotalLength
567 unsigned DistanceToBoundary = TotalLength - Asm.getBundleAlignSize();