Home
last modified time | relevance | path

Searched refs:SectionListTy (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h30 typedef std::set<const LDSection*> SectionListTy; typedef
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/
DGarbageCollection.cpp85 GarbageCollection::SectionListTy&
92 GarbageCollection::SectionListTy*
158 SectionListTy* reached_sects = NULL; in setUpReachedSections()
318 SectionListTy* reach_list = in findReferencedSections()
325 SectionListTy::iterator it, end = reach_list->end(); in findReferencedSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp464 GarbageCollection::SectionListTy* reached_sects = NULL; in setUpReachedSectionsForGC()