Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h130 FunctionPtrAlignType TheFunctionPtrAlignType; variable
217 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
289 return TheFunctionPtrAlignType; 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()
542 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()