reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
646 Worklist.push_back(&CodeSection); 648 Worklist.push_back(&DataSection); 659 for (WorklistT::iterator I = Worklist.begin(), E = Worklist.end(); 659 for (WorklistT::iterator I = Worklist.begin(), E = Worklist.end(); 673 Worklist.erase(Tmp); 689 while (!Worklist.empty()) { 690 auto *CurEntry = Worklist.front(); 691 Worklist.pop_front();