llvm::DataLayout::operator=

Copy-assigns another DataLayout into this one.

Synopsis

Declared in <llvm/IR/DataLayout.h>

DataLayout&
operator=(DataLayout const& Other);

Return Value

A reference to this DataLayout after assignment.

Parameters

NameDescription
OtherDataLayout to copy from.