Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SectionKind

36                           SectionKind Kind);
91 SectionKind::getText());
98 SectionKind::getDataRel());
105 SectionKind::getBSS());
140 static SectionKind computeSectionKind(unsigned Flags) {
142 return SectionKind::getText();
145 return SectionKind::getReadOnly();
146 return SectionKind::getDataRel();
286 SectionKind Kind) {
346 SectionKind Kind = computeSectionKind(Flags);