Lines Matching refs:copy
109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive() local
110 copy->setWholeArchive(); in setWholeArchive()
111 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in setWholeArchive()
115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive() local
116 copy->unsetWholeArchive(); in unsetWholeArchive()
117 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in unsetWholeArchive()
121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded() local
122 copy->setAsNeeded(); in setAsNeeded()
123 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in setAsNeeded()
127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded() local
128 copy->unsetAsNeeded(); in unsetAsNeeded()
129 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in unsetAsNeeded()
133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded() local
134 copy->setAddNeeded(); in setAddNeeded()
135 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in setAddNeeded()
139 Attribute* copy = new Attribute(*m_pBase); in unsetAddNeeded() local
140 copy->unsetAddNeeded(); in unsetAddNeeded()
141 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in unsetAddNeeded()
145 Attribute* copy = new Attribute(*m_pBase); in setStatic() local
146 copy->setStatic(); in setStatic()
147 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in setStatic()
151 Attribute* copy = new Attribute(*m_pBase); in setDynamic() local
152 copy->setDynamic(); in setDynamic()
153 ReplaceOrRecord(m_AttrPool, m_pBase, copy); in setDynamic()