Lines Matching defs:FB
647 const MCFragment *FB = SB.getFragment();
649 const MCSection &SecB = *FB->getParent();
664 if (FA == FB && !SA.isVariable() && !SB.isVariable()) {
687 // Try to find a constant displacement from FA to FB, add the displacement
688 // between the offset in FA of SA and the offset in FB of SB.
690 if (FA == FB)
693 Reverse = FA->getLayoutOrder() < FB->getLayoutOrder();
698 std::swap(FA, FB);
708 for (auto FI = FB; FI; FI = FI->getNext()) {
711 if (&*FI != FB || SBOffset != DF->getContents().size())
719 // If FA and FB belong to the same subsection, the loop will find FA and