Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h124 void switchSectionNoPrint(MCSection *Section) override;
H A DMCStreamer.h435 virtual void switchSectionNoPrint(MCSection *Section);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp311 void MCObjectStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCObjectStreamer
312 MCStreamer::switchSectionNoPrint(Section); in switchSectionNoPrint()
H A DMCAsmStreamer.cpp2233 switchSectionNoPrint(XData); in emitWinEHHandlerData()
2650 switchSectionNoPrint(Section); in doFinalizationAtSectionEnd()
H A DMCStreamer.cpp1292 void MCStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCStreamer