Searched refs:isBSS (Results 1 – 13 of 13) sorted by relevance
66 if (K.isBSS()) in getXCoreSectionType()126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()133 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
87 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection()156 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
139 << (Kind.isBSS() ? "kind_bss " : "" ) in SelectSectionForGlobal()176 << (Kind.isBSS() ? "kind_bss " : "" ) in getExplicitSectionGlobal()350 if (Kind.isBSS() || Kind.isBSSLocal()) { in selectSmallSectionForGlobal()
78 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
105 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
470 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()567 if (Attrs.hasAttribute("bss-section") && Kind.isBSS()) { in getExplicitSectionGlobal()618 if (Kind.isBSS()) in getSectionPrefixForGlobal()1234 else if (K.isBSS()) in getCOFFSectionFlags()1329 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal()1399 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()1882 if (Kind.isBSS()) in SelectSectionForGlobal()
644 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS()) in doInitialization()
112 bool isBSS() const;474 inline bool SectionRef::isBSS() const { in isBSS() function
254 if ((Attrs.hasAttribute("bss-section") && Kind.isBSS()) || in SectionForGlobal()
1594 if (Section.isBSS() || Section.isVirtual()) in DWARFObjInMemory()
535 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()
1836 if (Sec->isData() || Sec->isBSS()) in getSymbolType()