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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1288 unsigned SecIdx = CPSections.size(); local
1289 while (SecIdx != 0) {
1290 if (CPSections[--SecIdx].S == S) {
1296 SecIdx = CPSections.size();
1300 if (Align > CPSections[SecIdx].Alignment)
1301 CPSections[SecIdx].Alignment = Align;
1302 CPSections[SecIdx].CPEs.push_back(i);

Completed in 151 milliseconds