Home
last modified time | relevance | path

Searched defs:switchSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp93 void MipsELFStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection() function in MipsELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1356 void MCStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection() function in MCStreamer
1370 bool MCStreamer::switchSection(MCSection *Section, const MCExpr *SubsecExpr) { in switchSection() function in MCStreamer
H A DMCAsmStreamer.cpp532 void MCAsmStreamer::switchSection(MCSection *Section, uint32_t Subsection) { in switchSection() function in MCAsmStreamer