Home | History | Annotate | Download | only in MC

Lines Matching defs:SA

612     // Is the variable is a symbol difference (SA - SB + C) expression,
655 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol();
656 const MCSection &SecA = SA.getSection();
674 if (!SA.isInSection() || &SecA != &SecB ||
675 (!SA.isTemporary() &&
676 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
688 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
696 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();