Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h656 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width in getPreferredSize()
H A DCGRecordLayoutBuilder.cpp750 Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).Width); in clipTailPadding()
H A DCGExprAgg.cpp2104 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
H A DCGClass.cpp947 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).Width); in getMemcpySize()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2280 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1829 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext