Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h130 FunctionPtrAlignType TheFunctionPtrAlignType; variable
217 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
289 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/netbsd-src/external/apache2/llvm/dist/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 ==()