Home
last modified time | relevance | path

Searched defs: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
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1683 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType() local