Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:getCurrentSection

142 /// getCurrentSection() - Return the current section we are emitting to.
143 const MCSection *AsmPrinter::getCurrentSection() const {
144 return OutStreamer.getCurrentSection();
718 MCLineEntry::Make(&OutStreamer, getCurrentSection());
1332 if (OutStreamer.getCurrentSection() != OutStreamer.getPreviousSection())
1442 if (getCurrentSection()->getKind().isText())