Home
last modified time | relevance | path

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

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