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
76 getKind().isReadOnlyWithRel()) && in printSwitchToSection()
645 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()794 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()1030 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()1343 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1380 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1402 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()1595 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()1684 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()1748 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()2338 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal()[all …]
331 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()