Lines Matching refs:isReadOnlyWithRel
611 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
760 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()
996 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1309 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1346 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1368 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1561 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1650 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1714 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2291 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal()
2380 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()