Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp129 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
136 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge; in SelectSectionForGlobal()
149 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h166 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
177 bool isReadOnlyWithRel() const { in isReadOnlyWithRel() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp627 if (Kind.isReadOnlyWithRel()) in getSectionPrefixForGlobal()
811 else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) in handlePragmaClangSection()
1050 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1083 assert(Kind.isReadOnlyWithRel() && "Unknown section kind"); in getSectionForConstant()
1418 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1455 if (Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
1477 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1673 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1771 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1835 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
[all …]
H A DStaticDataSplitter.cpp219 return Kind.isData() || Kind.isReadOnly() || Kind.isReadOnlyWithRel() || in inStaticDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp133 .isReadOnlyWithRel()) in isLargeGlobalValue()
H A DTargetLoweringObjectFile.cpp358 (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) || in SectionForGlobal()