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
629 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()1019 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()1358 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1395 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()1417 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()1615 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()1713 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()1777 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()2384 else if (Kind.isReadOnlyWithRel()) in getExplicitSectionGlobal()2454 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()[all …]
45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
331 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()