Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp695 MCSymbol *EmittedSym = GVSym; in emitGlobalVariable() local
700 emitVisibility(EmittedSym, GV->getVisibility(), !GV->isDeclaration()); in emitGlobalVariable()
709 OutStreamer->emitSymbolAttribute(EmittedSym, MAI->getMemtagAttr()); in emitGlobalVariable()
721 OutStreamer->emitSymbolAttribute(EmittedSym, MCSA_ELF_TypeObject); in emitGlobalVariable()