Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp299 WorkListTy work_list; in findReferencedSections() local
304 work_list.push(*entry_it); in findReferencedSections()
308 while (!work_list.empty()) { in findReferencedSections()
309 const LDSection* sect = work_list.front(); in findReferencedSections()
310 work_list.pop(); in findReferencedSections()
328 work_list.push(*it); in findReferencedSections()