Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp134 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
141 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
153 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/external/llvm/include/llvm/MC/
DSectionKind.h151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
162 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp238 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
359 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
615 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
636 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
809 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
901 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
950 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()