Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h117 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
H A DABIInfoImpl.cpp207 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
H A DCGExprAgg.cpp2143 TypeInfoChars TypeInfo; in EmitAggregateCopy()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h170 struct TypeInfoChars { struct
175 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
176 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() function
2455 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2457 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2458 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp801 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1776 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()
1777 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1795 TypeInfoChars
1798 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1808 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()
1813 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()
1817 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()
1821 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()