Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getCurrentSection

162 /// getCurrentSection() - Return the current section we are emitting to.
163 const MCSection *AsmPrinter::getCurrentSection() const {
164 return OutStreamer->getCurrentSection().first;
1644 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
1732 if (getCurrentSection()->getKind().isText())