Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h114 enum class FunctionPtrAlignType { enum
130 FunctionPtrAlignType TheFunctionPtrAlignType;
288 FunctionPtrAlignType getFunctionPtrAlignType() const { in getFunctionPtrAlignType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp188 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
456 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
459 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
H A DValue.cpp912 case DataLayout::FunctionPtrAlignType::Independent: in getPointerAlignment()
914 case DataLayout::FunctionPtrAlignType::MultipleOfFunctionAlign: in getPointerAlignment()