Searched refs:SectionVecTy (Results 1 – 2 of 2) sorted by relevance
31 typedef std::vector<const LDSection*> SectionVecTy; typedef71 void findReferencedSections(SectionVecTy& pEntry);72 void getEntrySections(SectionVecTy& pEntry);
124 SectionVecTy entry; in run()192 void GarbageCollection::getEntrySections(SectionVecTy& pEntry) in getEntrySections()295 void GarbageCollection::findReferencedSections(SectionVecTy& pEntry) in findReferencedSections()301 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); in findReferencedSections()