Home
last modified time | relevance | path

Searched refs:ReachedSectionsTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h50 typedef std::map<const LDSection*, SectionListTy> ReachedSectionsTy; typedef
54 ReachedSectionsTy m_ReachedSections;
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp89 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection); in findReachedList()