Home
last modified time | relevance | path

Searched refs:TheFunctionPtrAlignType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp234 TheFunctionPtrAlignType = Other.TheFunctionPtrAlignType; in operator =()
254 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()
536 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecification()
539 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecification()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h105 FunctionPtrAlignType TheFunctionPtrAlignType = variable
244 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()