Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp694 MCSymbol *LocalAlias = getSymbolPreferLocal(*GV); in emitGlobalVariable() local
695 if (LocalAlias != EmittedInitSym) in emitGlobalVariable()
696 OutStreamer->emitLabel(LocalAlias); in emitGlobalVariable()
1665 MCSymbol *LocalAlias = getSymbolPreferLocal(GIS); in emitGlobalIndirectSymbol() local
1666 if (LocalAlias != Name) in emitGlobalIndirectSymbol()
1667 OutStreamer->emitAssignment(LocalAlias, Expr); in emitGlobalIndirectSymbol()