HomeSort by relevance Sort by last modified time
    Searched defs:isWholeArchive (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 20 if (!isWholeArchive() && pAttr.isWholeArchive()) {
60 bool AttributeProxy::isWholeArchive() const {
61 if (m_Constraint.isWholeArchive())
62 return m_pBase->isWholeArchive();
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 49 bool isWholeArchive() const { return m_WholeArchive; }
158 bool isWholeArchive() const;
190 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&

Completed in 369 milliseconds