Searched refs:getCIRGenRecordLayout (Results 1 – 4 of 4) sorted by relevance
121 const CIRGenRecordLayout &getCIRGenRecordLayout(const clang::RecordDecl *rd);
518 CIRGenTypes::getCIRGenRecordLayout(const RecordDecl *rd) { in getCIRGenRecordLayout() function in CIRGenTypes565 return getCIRGenRecordLayout(rd).isZeroInitializable(); in isZeroInitializable()
58 const CIRGenRecordLayout &layout = cgm.getTypes().getCIRGenRecordLayout(rec); in emitAddrOfFieldStorage()376 cgm.getTypes().getCIRGenRecordLayout(field->getParent()); in emitLValueForBitField()427 cgm.getTypes().getCIRGenRecordLayout(field->getParent()); in emitLValueForField()466 cgm.getTypes().getCIRGenRecordLayout(field->getParent()); in emitLValueForFieldInitialization()
141 return cirGenTypes.getCIRGenRecordLayout(RD).getBaseSubobjectCIRType(); in getStorageType()