Searched defs:isAsNeeded (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp24 if (!isAsNeeded() && pAttr.isAsNeeded()) {
36 if (isStaticSystem() && pAttr.isAsNeeded()) {
41 if (pAttr.isAsNeeded() && pAttr.isStatic()) {
69 bool AttributeProxy::isAsNeeded() const function in class:AttributeProxy
71 if (m_Constraint.isAsNeeded())
72 return m_pBase->isAsNeeded();
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h57 bool isAsNeeded() const function in class:mcld::AttributeBase
190 bool isAsNeeded() const;
224 (pLHS.isAsNeeded() == pRHS.isAsNeeded()) &&

Completed in 333 milliseconds