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

/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp292 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); local
293 for (entry_it = pEntry.begin(); entry_it != entry_end; ++entry_it) {
295 work_list.push(*entry_it);

Completed in 49 milliseconds