Searched refs:isAddNeeded (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h61 bool isAddNeeded() const function in class:mcld::AttributeBase
192 bool isAddNeeded() const;
225 (pLHS.isAddNeeded() == pRHS.isAddNeeded()) &&
/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp28 if (!isAddNeeded() && pAttr.isAddNeeded()) {
77 bool AttributeProxy::isAddNeeded() const function in class:AttributeProxy
79 if (m_Constraint.isAddNeeded())
80 return m_pBase->isAddNeeded();

Completed in 117 milliseconds