Home
last modified time | relevance | path

Searched refs:LocalAlias (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp680 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local
681 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()
682 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()
1645 MCSymbol *LocalAlias = getSymbolPreferLocal(GIS); in emitGlobalIndirectSymbol() local
1646 if (LocalAlias != Name) in emitGlobalIndirectSymbol()
1647 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIndirectSymbol()