Searched refs:getTypeInfoInChars (Results 1 – 12 of 12) sorted by relevance
255 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
1933 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()3804 getContext().getTypeInfoInChars(Ty); in EmitVAArg()4150 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4828 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()5302 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg()5541 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()6223 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()6567 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()7146 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()8179 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()[all …]
204 CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBody()
1865 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()1874 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
765 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
782 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
560 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
775 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2135 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
2124 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;2125 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
1656 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1677 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1692 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1701 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1702 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()2168 return getTypeInfoInChars(T).first; in getTypeSizeInChars()2171 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1755 Context.getTypeInfoInChars(D->getType()); in LayoutField()2397 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()