Searched refs:m_pBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
62 return m_pBase->isWholeArchive();
69 return m_pBase->isAsNeeded();
76 return m_pBase->isAddNeeded();
83 return m_pBase->isStatic();
90 return m_pBase->isDynamic();
109 Attribute* copy = new Attribute(*m_pBase);
111 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
115 Attribute* copy = new Attribute(*m_pBase);
117 ReplaceOrRecord(m_AttrPool, m_pBase, cop
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h168 const Attribute* attr() const { return m_pBase; }
184 const Attribute* m_pBase; member in class:mcld::AttributeProxy

Completed in 70 milliseconds