Lines Matching refs:Attribute
9 #include "mcld/MC/Attribute.h"
19 bool AttrConstraint::isLegal(const Attribute& pAttr) const {
52 const Attribute& pBase,
96 const Attribute*& pBase,
97 Attribute*& pCopy) {
98 Attribute* result = pParent.exists(*pCopy);
109 Attribute* copy = new Attribute(*m_pBase);
115 Attribute* copy = new Attribute(*m_pBase);
121 Attribute* copy = new Attribute(*m_pBase);
127 Attribute* copy = new Attribute(*m_pBase);
133 Attribute* copy = new Attribute(*m_pBase);
139 Attribute* copy = new Attribute(*m_pBase);
145 Attribute* copy = new Attribute(*m_pBase);
151 Attribute* copy = new Attribute(*m_pBase);
156 AttributeProxy& AttributeProxy::assign(Attribute* pBase) {