Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SectionKind

34                           unsigned Flags, SectionKind Kind);
87 SectionKind::getDataRel());
92 ELF::SHF_ALLOC, SectionKind::getText());
97 ELF::SHF_ALLOC, SectionKind::getBSS());
102 SectionKind::getReadOnly());
108 SectionKind::getThreadData());
114 SectionKind::getThreadBSS());
120 SectionKind::getDataRel());
126 SectionKind::getReadOnlyWithRel());
132 SectionKind::getReadOnlyWithRelLocal());
138 SectionKind::getDataRel());
196 unsigned Flags, SectionKind Kind) {
274 static SectionKind computeSectionKind(unsigned Flags) {
276 return SectionKind::getText();
278 return SectionKind::getThreadData();
279 return SectionKind::getDataRel();
464 SectionKind Kind = computeSectionKind(Flags);
543 SectionKind::getReadOnly(),
597 SectionKind::getReadOnly());