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

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp20 if (!isWholeArchive() && pAttr.isWholeArchive()) {
61 bool AttributeProxy::isWholeArchive() const function in class:AttributeProxy
63 if (m_Constraint.isWholeArchive())
64 return m_pBase->isWholeArchive();
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h53 bool isWholeArchive() const function in class:mcld::AttributeBase
188 bool isWholeArchive() const;
223 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&

Completed in 825 milliseconds