Searched refs:getCGRecordLayout (Results 1 – 9 of 9) sorted by relevance
87 return CGM.getTypes().getCGRecordLayout(RD).getLLVMFieldNo(FD); in getLLVMFieldNumber()
221 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
761 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes811 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
144 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
2043 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()2128 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
3820 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()3863 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
945 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()
1450 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createGlobalStruct()1465 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createConstantGlobalStructAndAddToParent()7294 const CGRecordLayout &RL = CGF.getTypes().getCGRecordLayout(RD); in getPlainLayout()
1221 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()