Searched refs:SectionListTy (Results 1 - 3 of 3) 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;
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp80 GarbageCollection::SectionListTy&
86 GarbageCollection::SectionListTy*
147 SectionListTy* reached_sects = NULL;
309 SectionListTy* reach_list =
316 SectionListTy::iterator it, end = reach_list->end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp579 GarbageCollection::SectionListTy* reached_sects = NULL;

Completed in 53 milliseconds