Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp177 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); in alignAndPadAlloca() local
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h93 llvm::Type *PaddingType; // canHavePaddingType() member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp1883 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType() local