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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp19 if (!isWholeArchive() && pAttr.isWholeArchive()) {
57 bool AttributeProxy::isWholeArchive() const function in class:AttributeProxy
59 if (m_AttrPool.constraint().isWholeArchive())
60 return m_pBase->isWholeArchive();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h58 bool isWholeArchive() const function in class:mcld::AttributeBase
192 bool isWholeArchive() const;
233 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&

Completed in 535 milliseconds