setDataLayout overloads
Declared in <llvm/IR/Module.h>
Set the data layout
void
setDataLayout(StringRef Desc);
» more...
Set the data layout from an existing DataLayout.
void
setDataLayout(DataLayout const& Other);
» more...
| Name | Description |
|---|---|
| Desc | Data layout string for the target. |
| Other | Data layout to copy into this module. |