Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h128 FunctionPtrAlignType TheFunctionPtrAlignType; variable
213 TheFunctionPtrAlignType = DL.TheFunctionPtrAlignType;
283 return TheFunctionPtrAlignType; in getFunctionPtrAlignType()
/third_party/skia/third_party/externals/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 ==()