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.h785 void transferContentTo(Section &DstSection) { in transferContentTo() argument
786 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);