reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1752 for (unsigned i = 0, e = CPSections.size(); i != e; ++i) { 1752 for (unsigned i = 0, e = CPSections.size(); i != e; ++i) { 1753 for (unsigned j = 0, ee = CPSections[i].CPEs.size(); j != ee; ++j) { 1754 unsigned CPI = CPSections[i].CPEs[j]; 1759 if (CurSection != CPSections[i].S) { 1760 OutStreamer->SwitchSection(CPSections[i].S); 1761 EmitAlignment(Align(CPSections[i].Alignment)); 1762 CurSection = CPSections[i].S;