Lines Matching defs:FA
615 const MCFragment *FA = SA.getFragment();
617 const MCSection &SecA = *FA->getParent();
633 // offsets. canGetFragmentOffset(FA) may be false.
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);
683 if (&*FI != FA || SAOffset == DF->getContents().size())
688 if (&*FI == FA) {
689 // If FA and FB belong to the same subsection, the loop will find FA and