Searched refs:getPaddingType (Results 1 – 4 of 4) sorted by relevance
28 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;201 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo238 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()259 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
423 assert(!AI.getPaddingType() && in EmitVAArgInstr()443 assert(!AI.getPaddingType() && in EmitVAArgInstr()
1601 if (AI.getPaddingType()) in construct()1765 ArgInfo.getPaddingType(); in GetFunctionType()5317 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()
355 llvm::Type *getPaddingType() const { in getPaddingType() function