Home
last modified time | relevance | path

Searched refs:isWholeArchive (Results 1 – 3 of 3) 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/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()