Home | History | Annotate | Download | only in MC

Lines Matching refs:copy

118   Attribute *copy = new Attribute(*m_pBase);
119 copy->setWholeArchive();
120 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
125 Attribute *copy = new Attribute(*m_pBase);
126 copy->unsetWholeArchive();
127 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
132 Attribute *copy = new Attribute(*m_pBase);
133 copy->setAsNeeded();
134 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
139 Attribute *copy = new Attribute(*m_pBase);
140 copy->unsetAsNeeded();
141 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
146 Attribute *copy = new Attribute(*m_pBase);
147 copy->setAddNeeded();
148 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
153 Attribute *copy = new Attribute(*m_pBase);
154 copy->unsetAddNeeded();
155 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
160 Attribute *copy = new Attribute(*m_pBase);
161 copy->setStatic();
162 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
167 Attribute *copy = new Attribute(*m_pBase);
168 copy->setDynamic();
169 ReplaceOrRecord(m_AttrPool, m_pBase, copy);