Searched refs:getTypeInfoInChars (Results 1 – 11 of 11) sorted by relevance
220 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()733 getContext().getTypeInfoInChars(Ty), in EmitVAArg()1722 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()3478 getContext().getTypeInfoInChars(Ty); in EmitVAArg()3555 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()3653 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()3793 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()4338 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4722 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg()4831 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()[all …]
1500 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()1512 LastElementTypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
667 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
356 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
879 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
678 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
1978 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
1846 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;1847 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
1450 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1471 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1486 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1495 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1496 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()1870 return getTypeInfoInChars(T).first; in getTypeSizeInChars()1873 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1739 Context.getTypeInfoInChars(D->getType()); in LayoutField()2356 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()