Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getCurrentSection

138 /// getCurrentSection() - Return the current section we are emitting to.
139 const MCSection *AsmPrinter::getCurrentSection() const {
140 return OutStreamer.getCurrentSection();
702 MCLineEntry::Make(&OutStreamer, getCurrentSection());
1396 if (getCurrentSection()->getKind().isText())