Lines Matching defs:SB
596 const MCSymbol &SB = B->getSymbol();
598 if (SA.isUndefined() || SB.isUndefined())
616 const MCFragment *FB = SB.getFragment();
634 if (FA == FB && !SA.isVariable() && !SB.isVariable()) {
635 Addend += SA.getOffset() - SB.getOffset();
654 if (SA.isVariable() || SB.isVariable())
658 // between the offset in FA of SA and the offset in FB of SB.
661 Reverse = SA.getOffset() < SB.getOffset();
665 uint64_t SAOffset = SA.getOffset(), SBOffset = SB.getOffset();
666 int64_t Displacement = SA.getOffset() - SB.getOffset();
674 // a relaxable instruction. If SA and SB are separated by a linker-relaxable