Searched refs:getTypeInfoInChars (Results 1 – 8 of 8) sorted by relevance
256 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()1335 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()1427 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
303 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()304 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()364 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()385 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
1146 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()1204 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
628 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2656 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
1664 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;1665 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
1377 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1398 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1413 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1422 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1423 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()1754 return getTypeInfoInChars(T).first; in getTypeSizeInChars()1757 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1686 Context.getTypeInfoInChars(D->getType()); in LayoutField()2269 Context.getTypeInfoInChars(FD->getType()); in getAdjustedElementInfo()