Searched refs:isBSS (Results 1 – 13 of 13) sorted by relevance
76 if (Kind.isBSS() || Kind.isData() || Kind.isCommon()) { in IsGlobalInSmallSection()91 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
67 if (K.isBSS()) in getXCoreSectionType()131 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()138 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()
151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
79 (Kind.isData() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()122 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
162 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()230 if (Kind.isBSS()) in getSectionPrefixForGlobal()799 else if (K.isBSS()) in getCOFFSectionFlags()897 if (Kind.isBSS()) in getCOFFSectionNameForUniqueGlobal()956 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
95 bool isBSS() const;389 inline bool SectionRef::isBSS() const { in isBSS() function
351 bool isBSS = Section.isBSS(); in PrintObjectSectionSizes() local356 else if (isBSS) in PrintObjectSectionSizes()
114 if (!ObjSection.isBSS()) in dumpSections()
189 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
1194 bool BSS = Section.isBSS(); in PrintSectionHeaders()1215 if (Section.isBSS()) { in PrintSectionContents()
602 bool IsBSS = Section.isBSS(); in DWARFContextInMemory()
487 bool IsBSS = Section.isBSS(); in printSections()
405 if (Sec->isData() || Sec->isBSS()) in getSymbolType()