Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp49 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable() local
50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2797 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper() local
2798 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() && in emitGlobalVariableHelper()
2799 !GVKind.isThreadLocal()) // Checks for both ThreadData and ThreadBSS. in emitGlobalVariableHelper()
2813 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper()
2821 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper()
2822 GVKind.isThreadBSSLocal()) { in emitGlobalVariableHelper()
2828 if (GVKind.isBSSLocal() && Csect->getMappingClass() == XCOFF::XMC_TD) { in emitGlobalVariableHelper()
2830 } else if (GVKind.isBSSLocal() || GVKind.isThreadBSSLocal()) { in emitGlobalVariableHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1404 std::optional<SectionKind> GVKind; in processGlobals() local
1407 GVKind = TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals()
1411 else if (GVKind->isCommon()) in processGlobals()
1428 if (!GVKind->isMergeableCString() && !GVKind->isMergeableConst()) { in processGlobals()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp756 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable() local
770 if (GVKind.isCommon()) { in emitGlobalVariable()
778 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
782 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()
794 if (GVKind.isBSSLocal() && in emitGlobalVariable()
828 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in emitGlobalVariable()
833 if (GVKind.isThreadBSS()) { in emitGlobalVariable()
836 } else if (GVKind.isThreadData()) { in emitGlobalVariable()