Searched refs:SectionVecTy (Results 1 – 2 of 2) sorted by relevance
29 typedef std::vector<const LDSection*> SectionVecTy; typedef68 void findReferencedSections(SectionVecTy& pEntry);69 void getEntrySections(SectionVecTy& pEntry);
114 SectionVecTy entry; in run()181 void GarbageCollection::getEntrySections(SectionVecTy& pEntry) { in getEntrySections()287 void GarbageCollection::findReferencedSections(SectionVecTy& pEntry) { in findReferencedSections()292 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); in findReferencedSections()