Searched refs:SecIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1770 unsigned SecIdx = CPSections.size(); local
1771 while (SecIdx != 0) {
1772 if (CPSections[--SecIdx].S == S) {
1778 SecIdx = CPSections.size();
1782 if (Align > CPSections[SecIdx].Alignment)
1783 CPSections[SecIdx].Alignment = Align;
1784 CPSections[SecIdx].CPEs.push_back(i);

Completed in 182 milliseconds