Home
last modified time | relevance | path

Searched refs:getMinimumObjectSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h975 CharUnits getMinimumObjectSize(QualType Ty) { in getMinimumObjectSize() function
H A DCGCall.cpp2615 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
2669 Attrs.addDereferenceableAttr(getMinimumObjectSize(ThisTy).getQuantity()); in ConstructAttributeList()
2676 getMinimumObjectSize( in ConstructAttributeList()
2796 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
H A DCGExpr.cpp733 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); in EmitTypeCheck()