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

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

Completed in 48 milliseconds