Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h128 FunctionPtrAlignType TheFunctionPtrAlignType; variable
211 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
290 return TheFunctionPtrAlignType; 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()
566 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()