Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
758 void transferContentTo(Section &DstSection) { in transferContentTo() argument759 if (&DstSection == this) in transferContentTo()762 DstSection.addSymbol(*S); in transferContentTo()764 DstSection.addBlock(*B); in transferContentTo()1353 void mergeSections(Section &DstSection, Section &SrcSection,1355 if (&DstSection == &SrcSection)1358 B->setSection(DstSection);1359 SrcSection.transferContentTo(DstSection);