Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h183 llvm::Type *getPaddingType() const { return PaddingType; } in getPaddingType() function
/external/clang/lib/CodeGen/
DCGCall.cpp1200 if (AI.getPaddingType()) in construct()
1357 ArgInfo.getPaddingType(); in GetFunctionType()
3244 llvm::UndefValue::get(ArgInfo.getPaddingType()); in EmitCall()
DTargetInfo.cpp5931 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
6072 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType() function in MipsABIInfo
6108 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
6122 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()