enum class DataLayout::FunctionPtrAlignType
Declared at: llvm/include/llvm/IR/DataLayout.h:113
Enumerators
Name | Value | Comment |
---|---|---|
Independent | 0 | The function pointer alignment is independent of the function alignment. |
MultipleOfFunctionAlign | 1 | The function pointer alignment is a multiple of the function alignment. |