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

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp28 if (!isAddNeeded() && pAttr.isAddNeeded()) {
74 bool AttributeProxy::isAddNeeded() const { function in class:mcld::AttributeProxy
75 if (m_Constraint.isAddNeeded())
76 return m_pBase->isAddNeeded();
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h55 bool isAddNeeded() const { return m_AddNeeded; } function in class:mcld::AttributeBase
162 bool isAddNeeded() const;
192 (pLHS.isAddNeeded() == pRHS.isAddNeeded()) &&

Completed in 97 milliseconds