Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance
725 void transferContentTo(Section &DstSection) { in transferContentTo() argument726 if (&DstSection == this) in transferContentTo()729 DstSection.addSymbol(*S); in transferContentTo()731 DstSection.addBlock(*B); in transferContentTo()1279 void mergeSections(Section &DstSection, Section &SrcSection,1281 if (&DstSection == &SrcSection)1283 SrcSection.transferContentTo(DstSection);