llvm::DataLayout::FunctionPtrAlignType

Synopsis

Declared in <llvm/IR/DataLayout.h>

enum class FunctionPtrAlignType : int;

Members

NameDescription
Independent The function pointer alignment is independent of the function alignment.
MultipleOfFunctionAlign The function pointer alignment is a multiple of the function alignment.