Home
last modified time | relevance | path

Searched refs:FunctionPtrAlignType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h112 enum class FunctionPtrAlignType { enum
128 FunctionPtrAlignType TheFunctionPtrAlignType;
289 FunctionPtrAlignType getFunctionPtrAlignType() const { in getFunctionPtrAlignType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp205 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
477 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
480 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
H A DValue.cpp933 case DataLayout::FunctionPtrAlignType::Independent: in getPointerAlignment()
935 case DataLayout::FunctionPtrAlignType::MultipleOfFunctionAlign: in getPointerAlignment()