Home | History | Annotate | Download | only in MC

Lines Matching defs:Alias

503     const MCSymbol &Alias = it->getSymbol();
504 const MCSymbol &Symbol = Alias.AliasedSymbol();
507 // Not an alias.
508 if (&Symbol == &Alias)
511 StringRef AliasName = Alias.getName();
516 // Aliases defined with .symvar copy the binding from the symbol they alias.
530 Renames.insert(std::make_pair(&Symbol, &Alias));