Searched refs:isDataRel (Results 1 – 4 of 4) sorted by relevance
173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()182 bool isDataRel() const { in isDataRel() function
154 if (Kind.isDataRel()) return DataSection; in SelectSectionForGlobal()160 if (Kind.isDataRel()) return DataSectionLarge; in SelectSectionForGlobal()
75 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
238 if (Kind.isDataRel()) return ".data.rel."; in getSectionPrefixForGlobal()331 if (Kind.isDataRel()) return DataRelSection; in SelectSectionForGlobal()660 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()