Home
last modified time | relevance | path

Searched refs:isReadOnlyWithRel (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
136 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
149 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
177 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp630 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 …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp331 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()