Home | History | Annotate | Download | only in MC

Lines Matching defs:Alias

510     const MCSymbol &Alias = OriginalData.getSymbol();
512 // Not an alias.
513 if (!Alias.isVariable())
515 auto *Ref = dyn_cast<MCSymbolRefExpr>(Alias.getVariableValue());
521 StringRef AliasName = Alias.getName();
526 // Aliases defined with .symvar copy the binding from the symbol they alias.
540 Renames.insert(std::make_pair(&Symbol, &Alias));