Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance
856 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local857 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()858 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()1864 MCSymbol *LocalAlias = getSymbolPreferLocal(GA); in emitGlobalAlias() local1865 if (LocalAlias != Name) in emitGlobalAlias()1866 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalAlias()1901 MCSymbol *LocalAlias = getSymbolPreferLocal(GI); in emitGlobalIFunc() local1902 if (LocalAlias != Name) in emitGlobalIFunc()1903 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIFunc()