Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h160 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
171 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp600 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
672 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in selectExplicitSectionGlobal()
961 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1265 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1302 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1324 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1515 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1604 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1668 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2235 else if (Kind.isData() || Kind.isReadOnlyWithRel() || Kind.isBSS()) in getExplicitSectionGlobal()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp326 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()