Home
last modified time | relevance | path

Searched refs:getCGRecordLayout (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp115 return CGM.getTypes().getCGRecordLayout(RD).getLLVMFieldNo(FD); in getLLVMFieldNumber()
H A DCodeGenTypes.h152 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
H A DCodeGenTypes.cpp774 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes
825 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
H A DCGExprConstant.cpp615 CGM.getTypes().getCGRecordLayout(Field->getParent()); in AppendBitField()
2267 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()
2352 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
H A DCGRecordLayoutBuilder.cpp156 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
H A DCGExpr.cpp1064 const CGRecordLayout &Layout = CGF.CGM.getTypes().getCGRecordLayout(RD); in getGEPIndicesToField()
4712 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()
4724 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitPreserveStructAccess()
4755 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
H A DCGClass.cpp959 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()
H A DCGDebugInfo.cpp1516 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()
4783 CGM.getTypes().getCGRecordLayout(FD->getParent()); in CreateBindingDeclType()
H A DCGCall.cpp3642 const CGRecordLayout &Layout = CGM.getTypes().getCGRecordLayout(RD); in setUsedBits()
H A DCGOpenMPRuntime.cpp7694 const CGRecordLayout &RL = CGF.getTypes().getCGRecordLayout(RD); in getPlainLayout()