Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h93 llvm::Type *PaddingType; // canHavePaddingType() member
126 PaddingType = T; in setPaddingType()
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K), in TypeData()
338 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp505 Type *PaddingType = in alignAndPadAlloca() local
507 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1830 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType() local
1846 IsFastCall || IsVectorCall || IsRegCall, PaddingType); in classifyArgumentType()