Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h909 CharUnits getMinimumObjectSize(QualType Ty) { in getMinimumObjectSize() function
H A DCGCall.cpp2287 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
2339 Attrs.addDereferenceableAttr(getMinimumObjectSize(ThisTy).getQuantity()); in ConstructAttributeList()
2346 getMinimumObjectSize( in ConstructAttributeList()
2465 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
H A DCGExpr.cpp737 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); in EmitTypeCheck()