Home
last modified time | relevance | path

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

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