Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
784 void transferContentTo(Section &DstSection) { in transferContentTo() argument785 if (&DstSection == this) in transferContentTo()788 DstSection.addSymbol(*S); in transferContentTo()790 DstSection.addBlock(*B); in transferContentTo()1446 void mergeSections(Section &DstSection, Section &SrcSection,1448 if (&DstSection == &SrcSection)1451 B->setSection(DstSection);1452 SrcSection.transferContentTo(DstSection);