Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h755 void transferContentTo(Section &DstSection) { in transferContentTo() argument
756 if (&DstSection == this) in transferContentTo()
759 DstSection.addSymbol(*S); in transferContentTo()
761 DstSection.addBlock(*B); in transferContentTo()
1333 void mergeSections(Section &DstSection, Section &SrcSection,
1335 if (&DstSection == &SrcSection)
1338 B->setSection(DstSection);
1339 SrcSection.transferContentTo(DstSection);