Home | History | Annotate | Download | only in MC

Lines Matching defs:SA

663     // Is the variable is a symbol difference (SA - SB + C) expression,
706 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol();
707 const MCSection &SecA = SA.getSection();
726 if (!SA.isInSection() || &SecA != &SecB ||
727 (!SA.isTemporary() &&
728 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
740 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
748 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();