Searched refs:AllocSize (Results 1 – 4 of 4) sorted by relevance
556 size_t AllocSize) in RSExportRecordType() argument561 mAllocSize(AllocSize) { in RSExportRecordType()
701 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local703 if (AllocSize > 0) { in genCreateFieldPacker()705 << AllocSize << ");\n"; in genCreateFieldPacker()
1209 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local1210 if (AllocSize > 0) in genCreateFieldPacker()1212 << AllocSize << ");\n"; in genCreateFieldPacker()
2704 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local2705 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()2707 AllocSize, Size, NULL); in ParseFunctionBody()