llvm::MCStreamer::changeSection

This is called by popSection and switchSection, if the current section changes.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
changeSection(
    MCSection* Section,
    uint32_t Subsec);

Parameters

NameDescription
Section- Section being switched to.
Subsec- Subsection index within Section.