Searched refs:getTypeInfoInChars (Results 1 – 13 of 13) sorted by relevance
256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
715 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()970 getContext().getTypeInfoInChars(Ty), in EmitVAArg()2127 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4186 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4268 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()4470 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()4671 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4803 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4912 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()5442 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()[all …]
2146 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()2155 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
441 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
825 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
611 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
801 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
928 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2624 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
2346 TypeInfoChars getTypeInfoInChars(const Type *T) const;2347 TypeInfoChars getTypeInfoInChars(QualType T) const;
1903 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()2679 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
1821 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1841 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1856 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1864 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1865 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()2483 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()2486 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
1056 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()1057 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()