Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp304 if (!m_ReferencedSections.insert(sect).second) in findReferencedSections()
318 if (m_ReferencedSections.find(*it) == m_ReferencedSections.end()) in findReferencedSections()
336 if (m_ReferencedSections.find(section) == m_ReferencedSections.end()) { in stripSections()
/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h78 SectionListTy m_ReferencedSections; variable