enum class DataLayout::FunctionPtrAlignType

Declared at: llvm/include/llvm/IR/DataLayout.h:113

Enumerators

NameValueComment
Independent0The function pointer alignment is independent of the function alignment.
MultipleOfFunctionAlign1The function pointer alignment is a multiple of the function alignment.