Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp116 return CGM.getTypes().getCGRecordLayout(RD).getLLVMFieldNo(FD); in getLLVMFieldNumber()
H A DCodeGenTypes.h156 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
H A DCodeGenTypes.cpp908 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes
959 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
H A DCGExprConstant.cpp613 CGM.getTypes().getCGRecordLayout(Field->getParent()); in AppendBitField()
2243 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()
2328 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
H A DCGRecordLayoutBuilder.cpp156 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
H A DCGExpr.cpp4330 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitAddrOfFieldStorage()
4342 CGF.CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in emitPreserveStructAccess()
4373 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
H A DCGClass.cpp965 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()
H A DCGCall.cpp3356 const CGRecordLayout &Layout = CGM.getTypes().getCGRecordLayout(RD); in setUsedBits()
H A DCGDebugInfo.cpp1441 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()
H A DCGOpenMPRuntime.cpp8391 const CGRecordLayout &RL = CGF.getTypes().getCGRecordLayout(RD); in getPlainLayout()