Searched refs:isReadOnlyWithRel (Results 1 – 5 of 5) 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()
166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()177 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
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()[all …]
45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
331 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()