Home | History | Annotate | Download | only in Reader

Lines Matching refs:GlobalInits

207   std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInits;
2780 GlobalInitWorklist.swap(GlobalInits);
2790 GlobalInits.push_back(GlobalInitWorklist.back());
3445 if (!GlobalInits.empty() || !IndirectSymbolInits.empty())
3466 std::vector<std::pair<GlobalVariable*, unsigned> >().swap(GlobalInits);
3850 GlobalInits.push_back(std::make_pair(NewGV, InitID-1));