Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
177 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp76 getKind().isReadOnlyWithRel()) && in printSwitchToSection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp645 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp331 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()