Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h129 FunctionPtrAlignType TheFunctionPtrAlignType; variable
216 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
291 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h128 FunctionPtrAlignType TheFunctionPtrAlignType; variable
213 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
283 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp183 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
398 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
401 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
468 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp187 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in reset()
455 TheFunctionPtrAlignType = FunctionPtrAlignType::Independent; in parseSpecifier()
458 TheFunctionPtrAlignType = FunctionPtrAlignType::MultipleOfFunctionAlign; in parseSpecifier()
541 TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType && in operator ==()