HomeSort by relevance Sort by last modified time
    Searched refs:isAsNeeded (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 24 if (!isAsNeeded() && pAttr.isAsNeeded()) {
36 if (isStaticSystem() && pAttr.isAsNeeded()) {
41 if (pAttr.isAsNeeded() && pAttr.isStatic()) {
69 bool AttributeProxy::isAsNeeded() const
71 if (m_Constraint.isAsNeeded())
72 return m_pBase->isAsNeeded();
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 60 bool isAsNeeded() const
193 bool isAsNeeded() const;
227 (pLHS.isAsNeeded() == pRHS.isAsNeeded()) &&
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 294 if (!(*lib)->attribute()->isAsNeeded()) {
504 if (!(*lib)->attribute()->isAsNeeded()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 824 if (!(*lib)->attribute()->isAsNeeded() || (*lib)->isNeeded()) {
    [all...]

Completed in 130 milliseconds