Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2475 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper() local
2476 if (!GVKind.isGlobalWriteableData() && !GVKind.isReadOnly() && in emitGlobalVariableHelper()
2477 !GVKind.isThreadLocal()) // Checks for both ThreadData and ThreadBSS. in emitGlobalVariableHelper()
2491 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper()
2499 if (GV->hasCommonLinkage() || GVKind.isBSSLocal() || in emitGlobalVariableHelper()
2500 GVKind.isThreadBSSLocal()) { in emitGlobalVariableHelper()
2506 if (GVKind.isBSSLocal() || GVKind.isThreadBSSLocal()) in emitGlobalVariableHelper()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1397 std::optional<SectionKind> GVKind; in processGlobals() local
1400 GVKind = TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals()
1404 else if (GVKind->isCommon()) in processGlobals()
1421 if (!GVKind->isMergeableCString() && !GVKind->isMergeableConst()) { in processGlobals()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp723 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM); in emitGlobalVariable() local
741 if (GVKind.isCommon()) { in emitGlobalVariable()
749 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
753 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()
765 if (GVKind.isBSSLocal() && in emitGlobalVariable()
799 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in emitGlobalVariable()
804 if (GVKind.isThreadBSS()) { in emitGlobalVariable()
807 } else if (GVKind.isThreadData()) { in emitGlobalVariable()