Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp20 if (!isWholeArchive() && pAttr.isWholeArchive()) { in isLegal()
60 bool AttributeProxy::isWholeArchive() const { in isWholeArchive() function in mcld::AttributeProxy
61 if (m_Constraint.isWholeArchive()) in isWholeArchive()
62 return m_pBase->isWholeArchive(); in isWholeArchive()
/frameworks/compile/mclinker/include/mcld/MC/
DAttribute.h49 bool isWholeArchive() const { return m_WholeArchive; } in isWholeArchive() function
158 bool isWholeArchive() const;
190 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp121 if (ar.getARFile().attribute()->isWholeArchive()) in readGroup()
DGNUArchiveReader.cpp91 if (pArchive.getARFile().attribute()->isWholeArchive()) in readArchive()
275 if (!pArchive.getARFile().attribute()->isWholeArchive()) { in readSymbolTable()