Searched refs:TheSection (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local 51 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 749 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local 754 TheSection->isVirtualSection()) { in emitGlobalVariable() 759 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment); in emitGlobalVariable() 766 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable() 805 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable() 806 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment); in emitGlobalVariable() 808 OutStreamer->switchSection(TheSection); in emitGlobalVariable() 843 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1557 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local 1559 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
|