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

/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp290 WorkListTy work_list; local
295 work_list.push(*entry_it);
297 // add section from the work_list to the referencedSections until every
299 while (!work_list.empty()) {
300 const LDSection* sect = work_list.front();
301 work_list.pop();
319 work_list.push(*it);

Completed in 24 milliseconds