Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
136 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
150 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
167 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp571 } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) { in getExplicitSectionGlobal()
626 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionPrefixForGlobal()
750 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
994 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1031 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1053 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1244 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1333 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1393 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1873 if (Kind.isData() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp256 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()