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

/external/clang/lib/CodeGen/
H A DABIInfo.h132 llvm::Type *getPaddingType() const { function in class:clang::ABIArgInfo
H A DCGCall.cpp881 if (llvm::Type *PaddingType = argAI.getPaddingType())
1029 Index += (AI.getPaddingType() != 0);
1179 if (ArgI.getPaddingType())
2013 if (llvm::Type *PaddingType = ArgInfo.getPaddingType()) {
H A DTargetInfo.cpp825 if (Foo.isDirect() && !Foo.getDirectOffset() && !Foo.getPaddingType())
3338 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
3445 llvm::Type *MipsABIInfo::getPaddingType(uint64_t Align, uint64_t Offset) const {
3481 getPaddingType(Align, OrigOffset));
3491 return ABIArgInfo::getDirect(0, 0, getPaddingType(Align, OrigOffset));

Completed in 120 milliseconds