Lines Matching defs:FB
616 const MCFragment *FB = SB.getFragment();
618 const MCSection &SecB = *FB->getParent();
634 if (FA == FB && !SA.isVariable() && !SB.isVariable()) {
657 // Try to find a constant displacement from FA to FB, add the displacement
658 // between the offset in FA of SA and the offset in FB of SB.
660 if (FA == FB)
663 Reverse = FA->getLayoutOrder() < FB->getLayoutOrder();
668 std::swap(FA, FB);
678 for (auto FI = FB; FI; FI = FI->getNext()) {
681 if (&*FI != FB || SBOffset != DF->getContents().size())
689 // If FA and FB belong to the same subsection, the loop will find FA and