Lines Matching refs:isReadOnlyWithRel
629 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
793 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()
1019 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1293 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in getExplicitSectionGlobal()
1358 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1395 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1417 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1615 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1713 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1777 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2384 else if (Kind.isReadOnlyWithRel()) in getExplicitSectionGlobal()
2454 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
2470 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()