Searched refs:isReadOnlyWithRel (Results 1 – 4 of 4) sorted by relevance
129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()136 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()149 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
160 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()171 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
600 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()672 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()961 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()1265 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1302 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1324 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()1515 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()1604 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()1668 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()2235 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal()[all …]
326 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()