Searched refs:switchSectionNoPrint (Results 1 – 6 of 6) sorted by relevance
123 void switchSectionNoPrint(MCSection *Section) override;
453 virtual void switchSectionNoPrint(MCSection *Section);
303 void MCObjectStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCObjectStreamer304 MCStreamer::switchSectionNoPrint(Section); in switchSectionNoPrint()
393 switchSectionNoPrint(getContext().getObjectFileInfo()->getTextSection()); in initSections()1389 void MCStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCStreamer
2221 switchSectionNoPrint(XData); in emitWinEHHandlerData()
3235 OutStreamer->switchSectionNoPrint(Sec); in doFinalization()