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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp27 if (!isAddNeeded() && pAttr.isAddNeeded()) {
73 bool AttributeProxy::isAddNeeded() const function in class:AttributeProxy
75 if (m_AttrPool.constraint().isAddNeeded())
76 return m_pBase->isAddNeeded();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h66 bool isAddNeeded() const function in class:mcld::AttributeBase
196 bool isAddNeeded() const;
235 (pLHS.isAddNeeded() == pRHS.isAddNeeded()) &&

Completed in 278 milliseconds