Declared in <llvm/IR/DataLayout.h>
enum class FunctionPtrAlignType : int;
| Name | Description |
|---|---|
Independent | The function pointer alignment is independent of the function alignment. |
MultipleOfFunctionAlign | The function pointer alignment is a multiple of the function alignment. |