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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h179 llvm::Type *getPaddingType() const { return PaddingType; } function
/external/clang/lib/CodeGen/
H A DCGCall.cpp998 if (llvm::Type *PaddingType = argAI.getPaddingType())
1222 if (AI.getPaddingType()) {
1410 if (ArgI.getPaddingType())
2671 if (llvm::Type *PaddingType = ArgInfo.getPaddingType()) {
H A DTargetInfo.cpp5118 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
5238 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, function in class:MipsABIInfo
5271 getPaddingType(OrigOffset, CurrOffset));
5282 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset));

Completed in 1199 milliseconds