llvm::AttrBuilder::merge

Add the attributes from the builder. Attributes in the passed builder overwrite attributes in this builder if they have the same key.

Synopsis

Declared in <llvm/IR/Attributes.h>

AttrBuilder&
merge(AttrBuilder const& B);

Return Value

A reference to this builder.

Parameters

NameDescription
BBuilder whose attributes are merged in.