• Home
  • Raw
  • Download

Lines Matching refs:SectionKind

154 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalObject *GO,  in getKindForGlobal()
161 return SectionKind::getText(); in getKindForGlobal()
165 return SectionKind::getText(); in getKindForGlobal()
173 return SectionKind::getThreadBSS(); in getKindForGlobal()
174 return SectionKind::getThreadData(); in getKindForGlobal()
179 return SectionKind::getCommon(); in getKindForGlobal()
185 return SectionKind::getBSSLocal(); in getKindForGlobal()
187 return SectionKind::getBSSExtern(); in getKindForGlobal()
188 return SectionKind::getBSS(); in getKindForGlobal()
203 return SectionKind::getReadOnly(); in getKindForGlobal()
214 return SectionKind::getMergeable1ByteCString(); in getKindForGlobal()
216 return SectionKind::getMergeable2ByteCString(); in getKindForGlobal()
219 return SectionKind::getMergeable4ByteCString(); in getKindForGlobal()
229 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
230 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
231 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
232 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
234 return SectionKind::getReadOnly(); in getKindForGlobal()
246 return SectionKind::getReadOnly(); in getKindForGlobal()
250 return SectionKind::getReadOnlyWithRel(); in getKindForGlobal()
255 return SectionKind::getData(); in getKindForGlobal()
262 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SectionForGlobal()
299 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
321 const DataLayout &DL, SectionKind Kind, const Constant *C, in getSectionForConstant()