Searched refs:isAsNeeded (Results 1 - 4 of 4) 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()) &&
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp740 if (!(*input)->attribute()->isAsNeeded()) {
1014 if (!(*input)->attribute()->isAsNeeded()) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp398 if (!(*input)->attribute()->isAsNeeded()) {

Completed in 918 milliseconds