Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance
903 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local904 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()905 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()2153 MCSymbol *LocalAlias = getSymbolPreferLocal(GA); in emitGlobalAlias() local2154 if (LocalAlias != Name) in emitGlobalAlias()2155 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalAlias()2193 MCSymbol *LocalAlias = getSymbolPreferLocal(GI); in emitGlobalIFunc() local2194 if (LocalAlias != Name) in emitGlobalIFunc()2195 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIFunc()