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