Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h886 CharUnits getMinimumObjectSize(QualType Ty) { in getMinimumObjectSize() function
DCGCall.cpp2125 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
2172 getMinimumObjectSize( in ConstructAttributeList()
2181 getMinimumObjectSize( in ConstructAttributeList()
2288 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
DCGExpr.cpp737 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); in EmitTypeCheck()