Home | History | Annotate | Download | only in MC

Lines Matching refs:copy

114   Attribute *copy = new Attribute(*m_pBase);
115 copy->setWholeArchive();
116 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
121 Attribute *copy = new Attribute(*m_pBase);
122 copy->unsetWholeArchive();
123 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
128 Attribute *copy = new Attribute(*m_pBase);
129 copy->setAsNeeded();
130 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
135 Attribute *copy = new Attribute(*m_pBase);
136 copy->unsetAsNeeded();
137 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
142 Attribute *copy = new Attribute(*m_pBase);
143 copy->setAddNeeded();
144 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
149 Attribute *copy = new Attribute(*m_pBase);
150 copy->unsetAddNeeded();
151 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
156 Attribute *copy = new Attribute(*m_pBase);
157 copy->setStatic();
158 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
163 Attribute *copy = new Attribute(*m_pBase);
164 copy->setDynamic();
165 ReplaceOrRecord(m_AttrPool, m_pBase, copy);