llvm::DataLayout::operator=

Copy assignment operator

Synopsis

Declared in <llvm/IR/DataLayout.h>

DataLayout&
operator=(DataLayout const& Other);

Return Value

Reference to the current object

Parameters

NameDescription
OtherThe object to copy assign from