Searched refs:getTypeInfoInChars (Results 1 – 13 of 13) sorted by relevance
256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
660 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()2065 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4091 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4578 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()4697 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()5336 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()6155 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()7435 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()8066 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()9579 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()[all …]
2106 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()2115 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
420 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
804 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
799 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()
2496 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
2282 TypeInfoChars getTypeInfoInChars(const Type *T) const;2283 TypeInfoChars getTypeInfoInChars(QualType T) const;
1830 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1850 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1865 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext1874 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext1875 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()2437 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()2440 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
1894 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()2628 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
1055 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()1056 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()