Searched refs:getCGRecordLayout (Results 1 – 6 of 6) sorted by relevance
211 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
713 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes759 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
1486 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()1567 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
144 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
3083 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()3108 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
1041 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()