Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h160 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
171 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp601 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
749 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()
982 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1286 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1323 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1345 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1535 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1624 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1688 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2266 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp326 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()