Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h337 llvm::Type *getPaddingType() const { in getPaddingType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp654 assert(!AI.getPaddingType() && in EmitVAArgInstr()
674 assert(!AI.getPaddingType() && in EmitVAArgInstr()
7709 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
7865 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo
7901 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
7922 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
H A DCGCall.cpp1483 if (AI.getPaddingType()) in construct()
1649 ArgInfo.getPaddingType(); in GetFunctionType()
4716 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()