Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
51 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp753 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
758 TheSection->isVirtualSection()) { in emitGlobalVariable()
763 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value()); in emitGlobalVariable()
770 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
812 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
813 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment.value()); in emitGlobalVariable()
815 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
850 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1523 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local
1525 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()