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
64 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
198 if (Kind.isDataRel()) return ".data.rel."; in getSectionPrefixForGlobal()290 if (Kind.isDataRel()) return DataRelSection; in SelectSectionForGlobal()458 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
74 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()