Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
815 void transferContentTo(Section &DstSection) { in transferContentTo() argument816 if (&DstSection == this) in transferContentTo()819 DstSection.addSymbol(*S); in transferContentTo()821 DstSection.addBlock(*B); in transferContentTo()1585 void mergeSections(Section &DstSection, Section &SrcSection,1587 if (&DstSection == &SrcSection)1590 B->setSection(DstSection);1591 SrcSection.transferContentTo(DstSection);