Home
last modified time | relevance | path

Searched refs:DstSection (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h784 void transferContentTo(Section &DstSection) { in transferContentTo() argument
785 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);