Searched refs:isReadOnlyWithRel (Results 1 – 7 of 7) 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
45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
627 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()811 else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) in handlePragmaClangSection()1050 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()1083 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()1418 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1455 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1477 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()1673 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()1771 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()1835 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()[all …]
219 return Kind.isData() || Kind.isReadOnly() || Kind.isReadOnlyWithRel() || in inStaticDataSection()
133 .isReadOnlyWithRel()) in isLargeGlobalValue()
358 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()