Searched refs:getTypeInfoInChars (Results 1 – 9 of 9) sorted by relevance
261 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()1352 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()1444 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
309 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()310 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()370 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()391 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
1220 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()1279 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
735 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
619 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2929 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
1679 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;1680 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
1381 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1402 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1417 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1426 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1427 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()1777 return getTypeInfoInChars(T).first; in getTypeSizeInChars()1780 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1710 Context.getTypeInfoInChars(D->getType()); in LayoutField()2310 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()