Lines Matching refs:isReadOnlyWithRel
630 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
800 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()
1022 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1296 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in getExplicitSectionGlobal()
1356 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1393 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1415 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1613 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1711 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1775 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2389 else if (Kind.isReadOnlyWithRel()) in getExplicitSectionGlobal()
2470 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
2486 if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) { in SelectSectionForGlobal()