Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h28 typedef std::set<const LDSection*> SectionListTy; typedef
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/
DGarbageCollection.cpp80 GarbageCollection::SectionListTy&
86 GarbageCollection::SectionListTy*
147 SectionListTy* reached_sects = NULL; in setUpReachedSections()
309 SectionListTy* reach_list = in findReferencedSections()
316 SectionListTy::iterator it, end = reach_list->end(); in findReferencedSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp579 GarbageCollection::SectionListTy* reached_sects = NULL; in setUpReachedSectionsForGC()