Lines Matching refs:SectionKind

200 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO,  in getKindForGlobal()
207 return SectionKind::getText(); in getKindForGlobal()
211 return SectionKind::getText(); in getKindForGlobal()
222 return SectionKind::getThreadBSSLocal(); in getKindForGlobal()
224 return SectionKind::getThreadBSS(); in getKindForGlobal()
226 return SectionKind::getThreadData(); in getKindForGlobal()
231 return SectionKind::getCommon(); in getKindForGlobal()
237 return SectionKind::getBSSLocal(); in getKindForGlobal()
239 return SectionKind::getBSSExtern(); in getKindForGlobal()
240 return SectionKind::getBSS(); in getKindForGlobal()
248 return SectionKind::getExclude(); in getKindForGlobal()
262 return SectionKind::getReadOnly(); in getKindForGlobal()
273 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
275 return SectionKind::getMergeable2ByteCString(); in getKindForGlobal()
278 return SectionKind::getMergeable4ByteCString(); in getKindForGlobal()
288 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
289 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
290 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
291 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
293 return SectionKind::getReadOnly(); in getKindForGlobal()
306 return SectionKind::getReadOnly(); in getKindForGlobal()
310 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
315 return SectionKind::getData(); in getKindForGlobal()
322 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal()
354 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
376 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()