Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance
663 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local664 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()665 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()1534 MCSymbol *LocalAlias = getSymbolPreferLocal(GIS); in emitGlobalIndirectSymbol() local1535 if (LocalAlias != Name) in emitGlobalIndirectSymbol()1536 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIndirectSymbol()