Lines Matching refs:SectionKind
132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV, in getKindForGlobal()
142 return SectionKind::getText(); in getKindForGlobal()
147 return SectionKind::getThreadBSS(); in getKindForGlobal()
148 return SectionKind::getThreadData(); in getKindForGlobal()
153 return SectionKind::getCommon(); in getKindForGlobal()
158 return SectionKind::getBSSLocal(); in getKindForGlobal()
160 return SectionKind::getBSSExtern(); in getKindForGlobal()
161 return SectionKind::getBSS(); in getKindForGlobal()
177 return SectionKind::getReadOnly(); in getKindForGlobal()
188 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
190 return SectionKind::getMergeable2ByteCString(); in getKindForGlobal()
193 return SectionKind::getMergeable4ByteCString(); in getKindForGlobal()
202 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
203 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
204 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
205 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
207 return SectionKind::getReadOnly(); in getKindForGlobal()
217 return SectionKind::getReadOnly(); in getKindForGlobal()
221 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
226 return SectionKind::getData(); in getKindForGlobal()
234 SectionKind Kind, Mangler &Mang, in SectionForGlobal()
249 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
274 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()