Searched refs:switchSectionNoPrint (Results 1 – 5 of 5) sorted by relevance
124 void switchSectionNoPrint(MCSection *Section) override;
435 virtual void switchSectionNoPrint(MCSection *Section);
311 void MCObjectStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCObjectStreamer312 MCStreamer::switchSectionNoPrint(Section); in switchSectionNoPrint()
2233 switchSectionNoPrint(XData); in emitWinEHHandlerData()2650 switchSectionNoPrint(Section); in doFinalizationAtSectionEnd()
1292 void MCStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCStreamer