Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp197 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); alignAndPadAlloca() local
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h93 llvm::Type *PaddingType; // canHavePaddingType() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp821 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; classifyArgumentType() local