Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp758 MCSymbol *EmittedSym = GVSym; in emitGlobalVariable() local
763 emitVisibility(EmittedSym, GV->getVisibility(), !GV->isDeclaration()); in emitGlobalVariable()
772 OutStreamer->emitSymbolAttribute(EmittedSym, MCSA_Memtag); in emitGlobalVariable()
784 OutStreamer->emitSymbolAttribute(EmittedSym, MCSA_ELF_TypeObject); in emitGlobalVariable()