Searched refs:getTypeInfoInChars (Results 1 – 13 of 13) sorted by relevance
251 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
660 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()920 getContext().getTypeInfoInChars(Ty), in EmitVAArg()2065 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4089 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4165 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()4372 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()4575 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4694 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4803 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()5333 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()[all …]
2100 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()2109 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
412 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
804 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
924 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
2494 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
2237 TypeInfoChars getTypeInfoInChars(const Type *T) const;2238 TypeInfoChars getTypeInfoInChars(QualType T) const;
1815 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1835 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1850 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1859 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1860 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()2422 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()2425 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
1888 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()2622 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
1046 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()1047 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()