Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SectionKind

34                           unsigned Flags, SectionKind Kind);
86 SectionKind::getDataRel());
91 ELF::SHF_ALLOC, SectionKind::getText());
96 ELF::SHF_ALLOC, SectionKind::getBSS());
101 SectionKind::getReadOnly());
107 SectionKind::getThreadData());
113 SectionKind::getThreadBSS());
119 SectionKind::getDataRel());
125 SectionKind::getReadOnlyWithRel());
131 SectionKind::getReadOnlyWithRelLocal());
137 SectionKind::getDataRel());
193 unsigned Flags, SectionKind Kind) {
268 static SectionKind computeSectionKind(unsigned Flags) {
270 return SectionKind::getText();
272 return SectionKind::getThreadData();
273 return SectionKind::getDataRel();
444 SectionKind Kind = computeSectionKind(Flags);
522 SectionKind::getReadOnly(),
576 SectionKind::getReadOnly());