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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1845 unsigned SecIdx = CPSections.size(); local
1846 while (SecIdx != 0) {
1847 if (CPSections[--SecIdx].S == S) {
1853 SecIdx = CPSections.size();
1857 if (Alignment > CPSections[SecIdx].Alignment)
1858 CPSections[SecIdx].Alignment = Alignment;
1859 CPSections[SecIdx].CPEs.push_back(i);

Completed in 111 milliseconds