Searched defs:SectionListTy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h30 typedef std::set<const LDSection*> SectionListTy; typedef in class:mcld::GarbageCollection
46 SectionListTy& getReachedList(const LDSection& pSection);
50 SectionListTy* findReachedList(const LDSection& pSection);
53 typedef std::map<const LDSection*, SectionListTy> ReachedSectionsTy;
81 SectionListTy m_ReferencedSections;

Completed in 190 milliseconds