reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6842 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, getCXXABI())) 6843 return getNaturalAlignIndirect(Ty, RAA == CGCXXABI::RAA_DirectInMemory); 6846 if (isPromotableIntegerType(Ty)) 6847 return ABIArgInfo::getExtend(Ty); 6852 uint64_t Size = getContext().getTypeSize(Ty); 6853 QualType SingleElementTy = GetSingleElementType(Ty); 6860 return getNaturalAlignIndirect(Ty, /*ByVal=*/false); 6863 if (const RecordType *RT = Ty->getAs<RecordType>()) { 6868 return getNaturalAlignIndirect(Ty, /*ByVal=*/false); 6884 if (isCompoundType(Ty)) 6885 return getNaturalAlignIndirect(Ty, /*ByVal=*/false);