llvm::MCStreamer::endSection

End Section and return its end symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

MCSymbol*
endSection(MCSection* Section);

Return Value

The end symbol for Section.

Parameters

NameDescription
Section- Section to end.