switchSection should be used instead.
/// This corresponds to assembler directives like .section, .text, etc.
virtual void switchSection(MCSection *Section,
const MCExpr *Subsection = nullptr);
- void SwitchSection(MCSection *Section, const MCExpr *Subsection = nullptr) {
- switchSection(Section, Subsection);
- }
/// Set the current section where code is being emitted to \p Section.
/// This is required to update CurSection. This version does not call