Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h132 FunctionPtrAlignType TheFunctionPtrAlignType; variable
221 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
293 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp190 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
461 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
464 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
550 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()