Copy all additional attributes (those not needed to create a GlobalValue) from the GlobalValue Src to this one.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

void
copyAttributesFrom(GlobalValue const* Src);

Parameters

Name

Description

Src

The global value to copy attributes from.

Created with MrDocs