Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h131 FunctionPtrAlignType TheFunctionPtrAlignType; variable
220 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
292 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp190 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
458 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
461 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
547 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()