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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp23 if (!isAsNeeded() && pAttr.isAsNeeded()) {
35 if (isStaticSystem() && pAttr.isAsNeeded()) {
40 if (pAttr.isAsNeeded() && pAttr.isStatic()) {
65 bool AttributeProxy::isAsNeeded() const function in class:AttributeProxy
67 if (m_AttrPool.constraint().isAsNeeded())
68 return m_pBase->isAsNeeded();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h62 bool isAsNeeded() const function in class:mcld::AttributeBase
194 bool isAsNeeded() const;
234 (pLHS.isAsNeeded() == pRHS.isAsNeeded()) &&

Completed in 33 milliseconds