Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h82 llvm::Type *PaddingType; // canHavePaddingType() member
106 PaddingType = T; in setPaddingType()
120 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), in ABIArgInfo()
293 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1683 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType() local
1697 PaddingType); in classifyArgumentType()