Similar to switchSection, but does not print the section directive.
Synopsis
Declared in <llvm/MC/MCStreamer.h>
void
switchSectionNoPrint(MCSection* Section);
Parameters
Name |
Description |
Section |
Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these. |
Created with MrDocs