Searched refs:m_ReachedSections (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h56 /// m_ReachedSections - map a section to the reachable sections list
57 ReachedSectionsTy m_ReachedSections; member in class:mcld::GarbageCollection::SectionReachedListMap
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp82 m_ReachedSections[&pFrom].insert(&pTo);
89 return m_ReachedSections[&pSection];
96 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection);
97 if (it == m_ReachedSections.end())

Completed in 6 milliseconds