Home
last modified time | relevance | path

Searched refs:getCIRGenRecordLayout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.h121 const CIRGenRecordLayout &getCIRGenRecordLayout(const clang::RecordDecl *rd);
H A DCIRGenTypes.cpp518 CIRGenTypes::getCIRGenRecordLayout(const RecordDecl *rd) { in getCIRGenRecordLayout() function in CIRGenTypes
565 return getCIRGenRecordLayout(rd).isZeroInitializable(); in isZeroInitializable()
H A DCIRGenExpr.cpp58 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()
H A DCIRGenRecordLayoutBuilder.cpp141 return cirGenTypes.getCIRGenRecordLayout(RD).getBaseSubobjectCIRType(); in getStorageType()