Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
785 void transferContentTo(Section &DstSection) { in transferContentTo() argument786 if (&DstSection == this) in transferContentTo()789 DstSection.addSymbol(*S); in transferContentTo()791 DstSection.addBlock(*B); in transferContentTo()1457 void mergeSections(Section &DstSection, Section &SrcSection,1459 if (&DstSection == &SrcSection)1462 B->setSection(DstSection);1463 SrcSection.transferContentTo(DstSection);