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

/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()) &&
/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/lib/LD/
H A DGroupReader.cpp121 if (ar.getARFile().attribute()->isWholeArchive())
H A DGNUArchiveReader.cpp91 if (pArchive.getARFile().attribute()->isWholeArchive())
275 if (!pArchive.getARFile().attribute()->isWholeArchive()) {

Completed in 209 milliseconds