Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance
849 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local850 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()851 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()2006 MCSymbol *LocalAlias = getSymbolPreferLocal(GA); in emitGlobalAlias() local2007 if (LocalAlias != Name) in emitGlobalAlias()2008 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalAlias()2043 MCSymbol *LocalAlias = getSymbolPreferLocal(GI); in emitGlobalIFunc() local2044 if (LocalAlias != Name) in emitGlobalIFunc()2045 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIFunc()