Home
last modified time | relevance | path

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

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