Returns the preferred alignment of the specified global.
Declared in <llvm/IR/DataLayout.h>
Align
getPreferredAlign(GlobalVariable const* GV) const;
This includes an explicitly requested alignment (if the global has one).
The preferred alignment of GV.
| Name | Description |
|---|---|
| GV | Global variable whose preferred alignment is requested. |