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

/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()) &&
/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();

Completed in 130 milliseconds