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.h100 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
H A DABIInfoImpl.cpp201 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
H A DCGExprAgg.cpp2336 TypeInfoChars TypeInfo; in EmitAggregateCopy()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h172 struct TypeInfoChars { struct
177 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
178 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument
2637 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2639 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2640 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp841 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1930 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()
1931 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1949 TypeInfoChars
1952 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1962 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()
1967 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()
1971 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()
1975 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()