Searched refs:AllocSize (Results 1 – 4 of 4) sorted by relevance
590 size_t AllocSize) in RSExportRecordType() argument595 mAllocSize(AllocSize) { in RSExportRecordType()
752 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local754 if (AllocSize > 0) { in genCreateFieldPacker()756 << AllocSize << ");\n"; in genCreateFieldPacker()
1926 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local1927 if (AllocSize > 0) in genCreateFieldPacker()1929 << AllocSize << ");\n"; in genCreateFieldPacker()
3089 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local3090 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()3092 AllocSize, Size, nullptr); in ParseFunctionBody()