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()150 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()167 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
571 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in getExplicitSectionGlobal()626 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()750 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()994 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1031 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1053 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()1244 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()1333 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()1393 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1873 if (Kind.isData() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
256 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()