Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h29 typedef std::vector<const LDSection*> SectionVecTy; typedef
68 void findReferencedSections(SectionVecTy& pEntry);
69 void getEntrySections(SectionVecTy& pEntry);
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp114 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()