reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1102 assert(Section && "Cannot switch to a null section!"); 1105 if (MCSectionSubPair(Section, Subsection) != curSection) { 1106 ChangeSection(Section, Subsection); 1107 SectionStack.back().first = MCSectionSubPair(Section, Subsection); 1108 assert(!Section->hasEnded() && "Section already ended"); 1109 MCSymbol *Sym = Section->getBeginSymbol();