Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp290 WorkListTy work_list; in findReferencedSections() local
295 work_list.push(*entry_it); in findReferencedSections()
299 while (!work_list.empty()) { in findReferencedSections()
300 const LDSection* sect = work_list.front(); in findReferencedSections()
301 work_list.pop(); in findReferencedSections()
319 work_list.push(*it); in findReferencedSections()