Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp130 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
137 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
151 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
168 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp600 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
724 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
968 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1005 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1027 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1220 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1309 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1369 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()