Searched refs:getTypeInfoInChars (Results 1 – 8 of 8) sorted by relevance
256 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()1315 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()1407 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
303 llvm::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()304 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()364 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()386 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
1005 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()1063 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
626 = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2559 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
1629 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;1630 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
1363 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1384 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1399 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1408 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1409 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()1739 return getTypeInfoInChars(T).first; in getTypeSizeInChars()1742 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1620 Context.getTypeInfoInChars(D->getType()); in LayoutField()2154 Context.getTypeInfoInChars(FD->getType()); in getAdjustedFieldInfo()