Searched refs:AllocSize (Results 1 – 4 of 4) sorted by relevance
556 size_t AllocSize) in RSExportRecordType() argument561 mAllocSize(AllocSize) { in RSExportRecordType()
698 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local700 if (AllocSize > 0) { in genCreateFieldPacker()702 << AllocSize << ");\n"; in genCreateFieldPacker()
1223 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local1224 if (AllocSize > 0) in genCreateFieldPacker()1226 << AllocSize << ");\n"; in genCreateFieldPacker()
3093 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local3094 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()3096 AllocSize, Size, nullptr); in ParseFunctionBody()