Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h205 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
DCodeGenTypes.cpp698 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() function in CodeGenTypes
737 return getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
DCGRecordLayoutBuilder.cpp128 return Types.getCGRecordLayout(RD).getBaseSubobjectLLVMType(); in getStorageType()
148 return Types.getCGRecordLayout(RD).isZeroInitializable(); in isZeroInitializable()
DCGExprConstant.cpp1314 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); in EmitNullConstant()
1389 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); in EmitNullConstantForBase()
DCGExpr.cpp2671 CGM.getTypes().getCGRecordLayout(field->getParent()); in EmitLValueForField()
2711 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field); in EmitLValueForField()
2789 CGM.getTypes().getCGRecordLayout(Field->getParent()); in EmitLValueForFieldInitialization()
DCGClass.cpp901 CGF.getTypes().getCGRecordLayout(FirstField->getParent()); in emitMemcpy()