Home
last modified time | relevance | path

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

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