Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp577 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
582 TheSection->isVirtualSection()) { in emitGlobalVariable()
587 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value()); in emitGlobalVariable()
594 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
636 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
637 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment.value()); in emitGlobalVariable()
639 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable()
674 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1480 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local
1482 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()