Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance
907 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local908 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()909 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()2301 MCSymbol *LocalAlias = getSymbolPreferLocal(GA); in emitGlobalAlias() local2302 if (LocalAlias != Name) in emitGlobalAlias()2303 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalAlias()2341 MCSymbol *LocalAlias = getSymbolPreferLocal(GI); in emitGlobalIFunc() local2342 if (LocalAlias != Name) in emitGlobalIFunc()2343 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIFunc()