Home
last modified time | relevance | path

Searched refs:isReadOnlyWithRel (Results 1 – 8 of 8) 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()
155 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp201 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
293 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in SelectSectionForGlobal()
312 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
437 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
458 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
168 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/external/llvm/include/llvm/MC/
DSectionKind.h151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
162 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
192 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp241 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
369 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
638 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
660 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
833 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
923 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
976 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp421 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
569 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
799 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
836 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
858 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1032 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1121 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1181 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()