Searched refs:CPSections (Results 1 – 1 of 1) sorted by relevance
2883 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() local2900 unsigned SecIdx = CPSections.size(); in emitConstantPool()2902 if (CPSections[--SecIdx].S == S) { in emitConstantPool()2908 SecIdx = CPSections.size(); in emitConstantPool()2909 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()2912 if (Alignment > CPSections[SecIdx].Alignment) in emitConstantPool()2913 CPSections[SecIdx].Alignment = Alignment; in emitConstantPool()2914 CPSections[SecIdx].CPEs.push_back(i); in emitConstantPool()2920 for (const SectionCPs &CPSection : CPSections) { in emitConstantPool()