Searched refs:isAddNeeded (Results 1 - 4 of 4) 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()) &&
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp738 if ((*input)->attribute()->isAddNeeded()) {
1012 if ((*input)->attribute()->isAddNeeded()) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp396 if ((*input)->attribute()->isAddNeeded()) {

Completed in 619 milliseconds