Searched refs:getCGRecordLayout (Results 1 – 17 of 17) sorted by relevance
116 return CGM.getTypes().getCGRecordLayout(RD).getLLVMFieldNo(FD); in getLLVMFieldNumber()
160 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
865 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes916 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
602 CGM.getTypes().getCGRecordLayout(Field->getParent()); in AppendBitField()2205 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()2290 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
151 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
4227 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()4239 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitPreserveStructAccess()4270 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
967 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()
1361 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createGlobalStruct()1376 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createConstantGlobalStructAndAddToParent()8142 const CGRecordLayout &RL = CGF.getTypes().getCGRecordLayout(RD); in getPlainLayout()
3073 const CGRecordLayout &Layout = CGM.getTypes().getCGRecordLayout(RD); in setUsedBits()
1328 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()
220 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
723 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes769 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
144 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
1512 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()1593 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
3292 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()3317 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
1042 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()
967 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()