Searched refs:SectionListTy (Results 1 - 3 of 3) 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;
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp85 GarbageCollection::SectionListTy&
92 GarbageCollection::SectionListTy*
158 SectionListTy* reached_sects = NULL;
318 SectionListTy* reach_list =
325 SectionListTy::iterator it, end = reach_list->end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp464 GarbageCollection::SectionListTy* reached_sects = NULL;

Completed in 38 milliseconds