Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h123 void switchSectionNoPrint(MCSection *Section) override;
H A DMCStreamer.h453 virtual void switchSectionNoPrint(MCSection *Section);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp303 void MCObjectStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCObjectStreamer
304 MCStreamer::switchSectionNoPrint(Section); in switchSectionNoPrint()
H A DMCStreamer.cpp393 switchSectionNoPrint(getContext().getObjectFileInfo()->getTextSection()); in initSections()
1389 void MCStreamer::switchSectionNoPrint(MCSection *Section) { in switchSectionNoPrint() function in MCStreamer
H A DMCAsmStreamer.cpp2221 switchSectionNoPrint(XData); in emitWinEHHandlerData()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3235 OutStreamer->switchSectionNoPrint(Sec); in doFinalization()