reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1732 unsigned SecIdx = CPSections.size(); 1734 if (CPSections[--SecIdx].S == S) { 1740 SecIdx = CPSections.size(); 1741 CPSections.push_back(SectionCPs(S, Align)); 1744 if (Align > CPSections[SecIdx].Alignment) 1745 CPSections[SecIdx].Alignment = Align; 1746 CPSections[SecIdx].CPEs.push_back(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;