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

/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h80 /// m_ReferencedSections - a list of sections which can be reached from entry
81 SectionListTy m_ReferencedSections; member in class:mcld::GarbageCollection
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp313 if (!m_ReferencedSections.insert(sect).second)
327 if (m_ReferencedSections.find(*it) == m_ReferencedSections.end())
346 if (m_ReferencedSections.find(section) == m_ReferencedSections.end()) {

Completed in 107 milliseconds