llvm::GlobalValue::GlobalValue

Copy construction is deleted; GlobalValue is non-copyable.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

GlobalValue(GlobalValue const& Other) = delete;

Parameters

NameDescription
OtherThe global value that would be copied (deleted).