Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp155 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
161 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
174 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
192 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp243 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
337 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in SelectSectionForGlobal()
357 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
628 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
650 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
740 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
834 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
884 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()