Home
last modified time | relevance | path

Searched refs:switchSectionNoPrint (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectStreamer.h124 void switchSectionNoPrint(MCSection *Section) override;
HDMCStreamer.h435 virtual void switchSectionNoPrint(MCSection *Section);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp311 void MCObjectStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCObjectStreamer
312 MCStreamer::switchSectionNoPrint(Section); in switchSectionNoPrint()
HDMCAsmStreamer.cpp2233 switchSectionNoPrint(XData); in emitWinEHHandlerData()
2650 switchSectionNoPrint(Section); in doFinalizationAtSectionEnd()
HDMCStreamer.cpp1292 void MCStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCStreamer