Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp830 MCSymbol *MangSym = in emitGlobalVariable() local
835 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment); in emitGlobalVariable()
840 OutStreamer->emitLabel(MangSym); in emitGlobalVariable()
864 OutStreamer->emitSymbolValue(MangSym, PtrSize); in emitGlobalVariable()