Searched defs:isWholeArchive (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp20 if (!isWholeArchive() && pAttr.isWholeArchive()) {
60 bool AttributeProxy::isWholeArchive() const { function in class:mcld::AttributeProxy
61 if (m_Constraint.isWholeArchive())
62 return m_pBase->isWholeArchive();
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h49 bool isWholeArchive() const { return m_WholeArchive; } function in class:mcld::AttributeBase
158 bool isWholeArchive() const;
190 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&

Completed in 1552 milliseconds