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.h89 enum class FunctionPtrAlignType { enum
105 FunctionPtrAlignType TheFunctionPtrAlignType =
106 FunctionPtrAlignType::Independent;
243 FunctionPtrAlignType getFunctionPtrAlignType() const { in getFunctionPtrAlignType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp536 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecification()
539 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecification()
H A DValue.cpp963 case DataLayout::FunctionPtrAlignType::Independent: in getPointerAlignment()
965 case DataLayout::FunctionPtrAlignType::MultipleOfFunctionAlign: in getPointerAlignment()