Home
last modified time | relevance | path

Searched refs:TypeInfoChars (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h117 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
H A DABIInfoImpl.cpp204 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
H A DCGExprAgg.cpp2152 TypeInfoChars TypeInfo; in EmitAggregateCopy()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h166 struct TypeInfoChars { struct
171 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
172 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument
2378 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2380 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2381 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp806 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1745 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()
1746 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1763 TypeInfoChars
1766 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1776 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()
1781 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()
1785 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()
1789 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()