Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
755 void transferContentTo(Section &DstSection) { in transferContentTo() argument756 if (&DstSection == this) in transferContentTo()759 DstSection.addSymbol(*S); in transferContentTo()761 DstSection.addBlock(*B); in transferContentTo()1333 void mergeSections(Section &DstSection, Section &SrcSection,1335 if (&DstSection == &SrcSection)1338 B->setSection(DstSection);1339 SrcSection.transferContentTo(DstSection);