reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCStreamer.h
  417     assert(Section && "Cannot switch to a null section!");
  420     if (MCSectionSubPair(Section, Subsection) != curSection)
  421       SectionStack.back().first = MCSectionSubPair(Section, Subsection);