ΒΆvoid mergeAttributesForOutlining(
    llvm::Function& Base,
    const llvm::Function& ToMerge)

Description

Merges the functions attributes from \p ToMerge into function \p Base.

Declared at: llvm/include/llvm/IR/Attributes.h:1275

Parameters

llvm::Function& Base
- The function being merged into.
const llvm::Function& ToMerge
- The function to merge attributes from.