Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h815 void transferContentTo(Section &DstSection) { in transferContentTo() argument
816 if (&DstSection == this) in transferContentTo()
819 DstSection.addSymbol(*S); in transferContentTo()
821 DstSection.addBlock(*B); in transferContentTo()
1585 void mergeSections(Section &DstSection, Section &SrcSection,
1587 if (&DstSection == &SrcSection)
1590 B->setSection(DstSection);
1591 SrcSection.transferContentTo(DstSection);