Home | History | Annotate | Download | only in Target

Lines Matching refs:SectionKind

117 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
127 return SectionKind::getText();
132 return SectionKind::getThreadBSS();
133 return SectionKind::getThreadData();
138 return SectionKind::getCommon();
143 return SectionKind::getBSSLocal();
145 return SectionKind::getBSSExtern();
146 return SectionKind::getBSS();
163 return SectionKind::getReadOnly();
174 return SectionKind::getMergeable1ByteCString();
176 return SectionKind::getMergeable2ByteCString();
179 return SectionKind::getMergeable4ByteCString();
188 case 4: return SectionKind::getMergeableConst4();
189 case 8: return SectionKind::getMergeableConst8();
190 case 16: return SectionKind::getMergeableConst16();
191 default: return SectionKind::getMergeableConst();
201 return SectionKind::getReadOnly();
205 return SectionKind::getReadOnlyWithRelLocal();
214 return SectionKind::getReadOnly();
218 return SectionKind::getReadOnlyWithRel();
228 return SectionKind::getDataNoRel();
232 return SectionKind::getDataNoRel();
234 return SectionKind::getDataRelLocal();
236 return SectionKind::getDataRel();
245 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang,
260 SectionKind Kind,
281 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const {