Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
51 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp808 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
812 if (GVKind.isBSS() && MAI->isMachO() && TheSection->isVirtualSection()) { in emitGlobalVariable()
817 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment); in emitGlobalVariable()
824 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
863 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
864 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment); in emitGlobalVariable()
866 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
901 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1635 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local
1637 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()